Gathering detailed insights and metrics for @svelteuidev/core
Gathering detailed insights and metrics for @svelteuidev/core
Gathering detailed insights and metrics for @svelteuidev/core
Gathering detailed insights and metrics for @svelteuidev/core
npm install @svelteuidev/core
Typescript
Module System
79
Supply Chain
84.1
Quality
80.7
Maintenance
100
Vulnerability
100
License
Svelte (62.53%)
TypeScript (33.16%)
JavaScript (2.92%)
CSS (1.32%)
Shell (0.04%)
HTML (0.03%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
166,833
Last Day
18
Last Week
568
Last Month
3,025
Last Year
54,623
MIT License
1,345 Stars
759 Commits
64 Forks
15 Watchers
5 Branches
27 Contributors
Updated on Feb 17, 2025
Minified
Minified + Gzipped
Latest Version
0.15.7
Package Id
@svelteuidev/core@0.15.7
Unpacked Size
1.99 MB
Size
272.37 kB
File Count
1,002
Published on
Jul 07, 2024
Cumulative downloads
Total Downloads
Last Day
-43.8%
18
Compared to previous day
Last Week
-29.9%
568
Compared to previous week
Last Month
62.3%
3,025
Compared to previous month
Last Year
-25.6%
54,623
Compared to previous year
2
2
25
SvelteUI is a Svelte library (heavily inspired by but not affiliated with Mantine) with a variety of packages to help make development easier! This library not only aims to be more than just a component library, but one that fits all the needs of a project. SvelteUI aims to take care of the boring and complicated stuff for you so that you can start building quickly.
Instead of remaking the same components, recreating custom actions, transitions, utilities, etc. SvelteUI is designed so you can start making projects quickly. It works amazingly well out-of-the-box, with zero-configuration, and can be customized to your liking as your application grows.
See https://www.svelteui.dev/installation for complete guide.
npm i @svelteuidev/core @svelteuidev/composables
Wrap your app in the SvelteUIProvider
component for more theming options, such as dark theme.
1<script> 2 import { SvelteUIProvider } from '@svelteuidev/core'; 3</script> 4 5<SvelteUIProvider> 6 <YourApp /> 7</SvelteUIProvider>
No vulnerabilities found.
No security vulnerabilities found.