Skip to content

kenoxa/svelkit

Repository files navigation

Svelkit

Collection of packages to create svelte apps.

License CI Coverage Status PRs Welcome Conventional Commits

Usage

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.

Baseline

svelkit provides an optional baseline component. It fixes some inconsistencies across browsers and devices while providing slightly more opinionated resets to common HTML elements.

Packages

Components

Service

Hooks

Support

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.

Contribute

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.

Develop

  • yarn test: Run test suite including linting
  • yarn format: Ensure consistent code style
  • yarn storybook: Start the component showroom
  • yarn publish: To publish all changed packages

License

svelkit is open source software licensed as MIT.