Skip to content

deerpark/bolt-ui

Repository files navigation

BOLT UI

BOLT UI

license Follow on Twitter

Demo

Story Book

BOLT UX

Installation

BOLT UI is available as an npm package.

npm install @deerpark/bolt-ui --save

Usage

Here is a quick example to get you started, it's all you need:

import { Button, ButtonGroup } from '@deerpark/bolt-ui'
import '@deerpark/bolt-ui/dist/index.css'

function App() {
  return (
    <ButtonGroup>
      <Button size="small">
        Hello World
      </Button>
      <Button size="small">
        Hello World
      </Button>
    </ButtonGroup>
  );
}

ReactDOM.render(<App />, document.querySelector('#app'));

Changelog

If you have recently updated, please read the changelog for details of what has changed.

License

This project is licensed under the terms of the MIT license.