0.1.26 • Published 4 years ago

bolt-ui v0.1.26

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

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.

0.1.20

4 years ago

0.1.21

4 years ago

0.1.22

4 years ago

0.1.23

4 years ago

0.1.12

4 years ago

0.1.24

4 years ago

0.1.13

4 years ago

0.1.25

4 years ago

0.1.14

4 years ago

0.1.26

4 years ago

0.1.15

4 years ago

0.1.16

4 years ago

0.1.17

4 years ago

0.1.18

4 years ago

0.1.19

4 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago