# webiny-ui
[![](https://img.shields.io/npm/dw/webiny-ui.svg)](https://www.npmjs.com/package/webiny-ui) 
[![](https://img.shields.io/npm/v/webiny-ui.svg)](https://www.npmjs.com/package/webiny-ui)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

A collection of [material-design](https://material.io/) based 
components, for all of your UI development needs. 

A large amount of components are basically thin wrappers around the
already well-known [RMWC](https://rmwc.io/) library. With that, 
there are a few additional components that weren't included in it.

Please visit the official [storybook](https://storybook.webiny.com/) page 
for details and examples of each component.
  
## Install
```
npm install --save webiny-ui
```

Or if you prefer yarn: 
```
yarn add webiny-ui
```