A comprehensive Svelte 5 design system built on top of DaisyUI, providing a collection of accessible and customizable components.
npm install @mpmg/svelte-essentials
// In your Svelte file
import { Button, Alert, Modal } from '@mpmg/svelte-essentials';
node >= 18
npm >= 9
Clone the repository
git clone [repository-url]
cd svelte-essentials
Install dependencies
npm install
Run Storybook
npm run storybook
Run tests
npm test
Full documentation is available in our Storybook. Run it locally or visit [documentation-url].
We welcome contributions! Please read our contributing guidelines before submitting pull requests.
MIT
For support, please open an issue in the GitHub repository or contact the maintainers.
This design system is built on top of DaisyUI, a wonderful Tailwind CSS component library.