Collection of packages to create svelte apps.
svelkit components work in isolation. They are self-supporting, and will only inject the styles they need to display. They don't rely on any global style-sheets such as normalize.css.
You can use any of the components as demonstrated in the documentation. Please refer to each component's demo page to see how they should be imported.
svelkit provides an optional baseline component. It fixes some inconsistencies across browsers and devices while providing slightly more opinionated resets to common HTML elements.
This project is free and open-source, so if you think this project can help you or anyone else, you may star it on GitHub. Feel free to open an issue if you have any idea, question, or you've found a bug.
Thanks for being willing to contribute!
Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub
We are following the Conventional Commits convention.
yarn test
: Run test suite including lintingyarn format
: Ensure consistent code styleyarn storybook
: Start the component showroomyarn publish
: To publish all changed packagessvelkit
is open source software licensed as MIT.