File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import { primeInputs } from '@sfxcode/formkit-primevue'
3030
3131### Basic Styling
3232
33- Basic styling is provided with the ** formkit-primevue.scss** file.
33+ Basic styling is provided with the [ formkit-primevue.scss] ( https://github.com/sfxcode/formkit-primevue/blob/main/src/sass/formkit-primevue.scss ) file.
3434
3535Features:
3636
@@ -45,14 +45,14 @@ You can use it or take it as base for your own styling.
4545- All inputs are wrapped in a div with a ** p-formkit** class
4646- Most Prime Components have access to class / styles attributes
4747- PT and PTOptions are available ([ https://primevue.org/passthrough/ ] ( https://primevue.org/passthrough/ ) )
48- - [ Styling] ( https://formkit-primevue.netlify.app/demo/ styling ) and [ PT] ( https://formkit-primevue.netlify.app/demo /passThrough ) demo available
48+ - [ Styling] ( https://formkit-primevue.netlify.app/styling/base ) and [ PT] ( https://formkit-primevue.netlify.app/styling /passThrough ) demo available
4949
5050### Samples
5151
5252Some samples for common tasks are available
5353
54- - Repeater (with the help of the useFormKitSchema compsable )
55- - Grid
54+ - [ Repeater] ( https://formkit-primevue.netlify.app/samples/repeater ) (with the help of the useFormKitSchema composable )
55+ - [ Grid] ( https://formkit-primevue.netlify.app/samples/grid )
5656
5757## Showcases
5858
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ command = "pnpm run dev:build"
33
44[build .environment ]
55NPM_FLAGS = " --prefix=/dev/null"
6- NODE_VERSION = " 18 "
6+ NODE_VERSION = " 20 "
77
88[[redirects ]]
99from = " /*"
You can’t perform that action at this time.
0 commit comments