README
Brevio components
Contains all typescript (and ecmascript 2016) modules for common Brevio components, as well as their respective styles.
Installation
yarn add @brevio/components
Usage
import { Input } from '@brevio/components';
Style
The styles are all defined in sass, which means they need to be preprocessed.
They can be imported like so (requires glob-import):
import ~@brevio/components/**/*.scss