@webiny/ui

A collection of material-design based
components, for all of your UI development needs.
A large amount of components are basically thin wrappers around the
already well-known RMWC library. With that,
there are a few additional components that weren't included in it.
Install
npm install --save @webiny/ui
Or if you prefer yarn:
yarn add @webiny/ui
Note on @rmwc/textfield
The package @rmwc/textfield
is being pulled directly from our github due to its typings being broken on typescript versions that are greater than 3.7.4
.