Skip to content

Commit

Permalink
fix deps explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Feb 19, 2024
1 parent 30af951 commit 622b1cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ The Svelte components and helpers:
- pending migration to Svelte 5
- builds on the CSS design system
- plain CSS and minimal abstraction
- zero dependencies except for Svelte and SvelteKit
(not all require SvelteKit but some do import its modules, which could be polyfilled)
- near-zero dependencies except for Svelte, SvelteKit, and my utility library
[`@ryanatkn/belt`](https://github.com/ryanatkn/belt)
(not all components require SvelteKit but some do import its modules, which could be polyfilled)
- not a fully-featured enterprise-ready set of components,
it's being developed for the needs of specific projects, though eventually it will fill out
- should be easy to copy/paste into your projects when you need full control like
[shadcn-svelte](https://github.com/huntabyte/shadcn-svelte)
[shadcn-svelte](https://github.com/huntabyte/shadcn-svelte),
I'll look into smoothing this pattern out in the future

## usage

Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"dist"
],
"peerDependencies": {
"@ryanatkn/belt": "*",
"@sveltejs/kit": "*",
"svelte": "*"
},
Expand Down

0 comments on commit 622b1cb

Please sign in to comment.