Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theovidal/svelteify
📲 Customizable and dependencies-less Material components with Svelte
https://github.com/theovidal/svelteify
material-components material-design material-ui svelte sveltejs vuetify vuetifyjs
Last synced: about 1 month ago
JSON representation
📲 Customizable and dependencies-less Material components with Svelte
- Host: GitHub
- URL: https://github.com/theovidal/svelteify
- Owner: theovidal
- License: mit
- Archived: true
- Created: 2019-06-18T20:01:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T23:52:23.000Z (about 2 years ago)
- Last Synced: 2024-05-29T22:47:11.005Z (7 months ago)
- Topics: material-components, material-design, material-ui, svelte, sveltejs, vuetify, vuetifyjs
- Language: Svelte
- Homepage: https://svelteify.netlify.app/
- Size: 3.96 MB
- Stars: 48
- Watchers: 5
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome on the Svelteify repository ! It's a young framework which provides Material components using the Svelte framework. It is :
- **Beautiful :** the framework works with the stylesheet of Vuetify, which provides clean components
- **Customizable :** you can configure colors used across the application, and a dark mode. Moreover, you can choose which component to use.
- **Dependencies-less :** the library includes all the compiled JavaScript and CSS, so you don't have to install anythingCheck out the [main package](packages/svelteify) !
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fexybore%2Fsvelteify.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fexybore%2Fsvelteify?ref=badge_large)
## Roadmap
### 1.0
Core features :
- [x] Global theme
- [ ] `app` properties on components
- [ ] DocumentationComponents :
- [x] Application
- [x] Avatar
- [x] Button
- [x] Card
- [x] Chips
- [x] Divider
- [x] Footer
- [x] Grid
- [x] Icon
- [x] Image
- [x] List
- [ ] Navigation drawers
- [ ] Tables
- [x] Toolbar
- [ ] Tooltip### 1.1
Core features :
- [ ] Icon choose
- [ ] More theme options
- [ ] RipplesComponents :
- [ ] Alerts
- [ ] Badges
- [ ] Bottom navigation
- [ ] Breadcrumbs
- [ ] Form inputs
- [ ] Groups
- [ ] Navigation drawer## License
[MIT License](./LICENSE)