Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erictherobot/svelteit
Svelteit is a minimalistic UI/UX component library for Svelte and Sapper projects
https://github.com/erictherobot/svelteit
component-library css-framework css-grid-layout framework responsive-layout sapper svelte ui-components ux
Last synced: 2 months ago
JSON representation
Svelteit is a minimalistic UI/UX component library for Svelte and Sapper projects
- Host: GitHub
- URL: https://github.com/erictherobot/svelteit
- Owner: erictherobot
- License: mit
- Created: 2020-03-20T15:42:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:44:55.000Z (about 2 years ago)
- Last Synced: 2024-10-01T15:48:42.348Z (3 months ago)
- Topics: component-library, css-framework, css-grid-layout, framework, responsive-layout, sapper, svelte, ui-components, ux
- Language: Svelte
- Homepage: https://docs.svelteit.dev
- Size: 980 KB
- Stars: 77
- Watchers: 6
- Forks: 9
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - erictherobot/svelteit - Svelteit is a minimalistic UI/UX component library for Svelte and Sapper projects (framework)
README
# Svelteit - https://docs.svelteit.dev
Svelteit is a minimalistic UI/UX component framework for [Svelte](https://svelte.dev) and [Sapper](https://sapper.svelte.dev) projects.
### Why?
Yes, there are many component frameworks out there today, but we wanted our own. If you like our components, use it. If you see a problem, make a pull request or fork your own and roll with it.
### Quick Installation
Add Svelteit to your project by running:
```bash
npm install -D @colorfuldots/svelteit
# or
yarn add @colorfuldots/svelteit --dev
```### Documentation
- [Svelteit Docs](https://github.com/erictherobot/svelteit-docs)
### Contributing
Please read our [Contribution Guideline - (Svelteit Docs)](https://github.com/erictherobot/svelteit-docs/blob/master/CONTRIBUTING.md) and [Contribution Guideline - (Svelteit)](https://github.com/erictherobot/svelteit/blob/master/CONTRIBUTING.md)
### MIT License
Copyright (c) 2020 Colorful Dots, LLC (https://colorfuldots.com)
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.View [MIT License](https://github.com/erictherobot/svelteit/blob/master/LICENSE.md)