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 year 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T23:52:23.000Z (over 3 years ago)
- Last Synced: 2025-04-21T04:21:33.234Z (about 1 year 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 anything
Check out the [main package](packages/svelteify) !
[](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
- [ ] Documentation
Components :
- [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
- [ ] Ripples
Components :
- [ ] Alerts
- [ ] Badges
- [ ] Bottom navigation
- [ ] Breadcrumbs
- [ ] Form inputs
- [ ] Groups
- [ ] Navigation drawer
## License
[MIT License](./LICENSE)