Skip to content

Commit

Permalink
Update form styling and add form components
Browse files Browse the repository at this point in the history
  • Loading branch information
jeannemas committed Apr 20, 2024
1 parent c54eb5d commit 1261104
Show file tree
Hide file tree
Showing 34 changed files with 4,644 additions and 3,215 deletions.
5 changes: 5 additions & 0 deletions .changeset/modern-melons-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@jeanne-mas/svelte-ui': minor
---

Added form components
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@
"@internationalized/date": "^3.5.2",
"bits-ui": "^0.21.3",
"clsx": "^2.1.0",
"formsnap": "^1.0.0",
"lucide-svelte": "^0.368.0",
"sveltekit-superforms": "^2.12.5",
"tailwind-merge": "^2.2.2",
"tailwind-variants": "^0.2.1"
"tailwind-variants": "^0.2.1",
"zod": "^3.22.5"
},
"description": "A collection of Svelte components and related utilities that I use in my projects.",
"devDependencies": {
Expand Down Expand Up @@ -59,6 +62,10 @@
"types": "./dist/components/container/index.d.ts",
"svelte": "./dist/components/container/index.js"
},
"./components/form": {
"types": "./dist/components/form/index.d.ts",
"svelte": "./dist/components/form/index.js"
},
"./components/input": {
"types": "./dist/components/input/index.d.ts",
"svelte": "./dist/components/input/index.js"
Expand Down
Loading

0 comments on commit 1261104

Please sign in to comment.