@aside/chrome-ui
v0.7.5
Published
A React UI library matching the default Chromium style.
Downloads
28
Readme
`@aside/chrome-ui
A React UI library matching the default Chromium style.
Installation
- Install dependencies.
yarn add @aside/chrome-ui- Import the CSS file in your application.
import '@aside/chrome-ui/css';- Use any component from the library:
import {Button} from '@aside/chrome-ui';
function App() {
return <Button>Click me!</Button>
}