0.7.5 • Published 2 years ago

@aside/chrome-ui v0.7.5

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
2 years ago

`@aside/chrome-ui

A React UI library matching the default Chromium style.

Installation

  1. Install dependencies.
yarn add @aside/chrome-ui
  1. Import the CSS file in your application.
import '@aside/chrome-ui/css';
  1. Use any component from the library:
import {Button} from '@aside/chrome-ui';

function App() {
    return <Button>Click me!</Button>
}
0.7.5

2 years ago

0.7.4

2 years ago

0.7.3

2 years ago

0.7.2

2 years ago

0.7.1

2 years ago

0.7.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.6.0

2 years ago

0.5.1

2 years ago

0.3.0

2 years ago