Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit a959e00

Browse files
committed
refactor(styling): Add Styling to slider
1 parent 1ef619b commit a959e00

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

playground/pages/index.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div><PrimeDemoToast /></div>
1010
<div><PrimeDemoDataTable /></div>
1111
</div>
12-
<div class="basis-1/4">
12+
<div class="basis-1/3">
1313
<PrimeDemoForm />
1414
</div>
1515
</div>
@@ -19,6 +19,6 @@
1919
<style scoped>
2020
2121
body {
22-
font-size: 14px;
22+
font-size: 13px;
2323
}
2424
</style>

src/runtime/components/demo/PrimeDemoForm.vue

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ const schema = reactive(
8585
$formkit: 'primeSlider',
8686
name: 'slider',
8787
label: 'Max messages',
88+
style: 'width: 200px;margin-top: 6px;margin-bottom: 4px',
8889
min: 5,
8990
step: 5,
9091
value: 10

0 commit comments

Comments
 (0)