Skip to content

Commit 896b899

Browse files
committed
docs(README): fix typo and add links
1 parent 73ce845 commit 896b899

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

3535
Features:
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

5252
Some 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

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ command = "pnpm run dev:build"
33

44
[build.environment]
55
NPM_FLAGS = "--prefix=/dev/null"
6-
NODE_VERSION = "18"
6+
NODE_VERSION = "20"
77

88
[[redirects]]
99
from = "/*"

0 commit comments

Comments
 (0)