Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/heokhe/svmd

Material design components for Svelte
https://github.com/heokhe/svmd

material material-design svelte svelte-components sveltejs

Last synced: about 2 months ago
JSON representation

Material design components for Svelte

Awesome Lists containing this project

README

        

# SVMD
SVMD is a set of **Material Design components** for **Svelte**. It wraps each of [Google's MDC Web vanilla Components](https://material.io/develop/web) using the simple approach. It is:
- ✨ Easy to use
- 📚 Well-documented
- 🎨 Highly customizable
- 🌳 Tree-shakeable

# Installation
```sh
npm i svmd # npm
yarn add svmd # yarn
```

# Usage
SVMD has a variety of components, and you can import them like this:
```js
import { Button, Slider, Fab } from 'svmd';
import 'svmd/dist/svmd.css';
```
> See [the docs about styles](docs/styles.md) for more info about the components' styles.

# Documentation
See [the `docs` folder](./docs).