heokhe / svmd

Material design components for Svelte

Home Page:https://svmd.surge.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVMD

SVMD is a set of Material Design components for Svelte. It wraps each of Google's MDC Web vanilla Components using the simple approach. It is:

  • ✨ Easy to use
  • 📚 Well-documented
  • 🎨 Highly customizable
  • 🌳 Tree-shakeable

Installation

npm i svmd # npm
yarn add svmd # yarn

Usage

SVMD has a variety of components, and you can import them like this:

import { Button, Slider, Fab } from 'svmd';
import 'svmd/dist/svmd.css';

See the docs about styles for more info about the components' styles.

Documentation

See the docs folder.

About

Material design components for Svelte

https://svmd.surge.sh/

License:GNU General Public License v3.0


Languages

Language:HTML 63.4%Language:JavaScript 30.1%Language:CSS 6.5%