# Universal Material

### Getting started

#### Install

Install Universal Material components using [npm and node](https://nodejs.org/).

```
npm i @universal-material/web
```

### Import

Import element definitions from `@universal-material/web/<component>/<component-variant>.js` or import everything from `@universal-material/web`.

```
// index.js
import '@universal-material/web/button/button.js';
import '@universal-material/web/card/card.js';
import '@universal-material/web/checkbox/checkbox.js';
```

### Documentation

https://universal-material.github.io

## Thanks

<img src="https://live.browserstack.com/images/opensource/browserstack-logo.svg" alt="BrowserStack Logo" width="490" height="106">

Thanks to [BrowserStack](https://www.browserstack.com/) for providing the infrastructure that allows us to test in real browsers!
