Sveltify
Sveltify is a Component Library for Svelte/Sapper.
Installation
npm i -D @zdp/sveltify
Usage
Importing components
import { Component } from '@zdp/sveltify';
Contributing
- Fork it from GitHub!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Components list
- Skeleton — visual placeholder for data that is being downloaded from the server.
Changelog
Detailed changes for each release are documented in the CHANGELOG.md
Credits
TODO: Write credits
License
Copyright © 2020 ZDP LLC