0.1.26 • Published 2 years ago

bolt-ui v0.1.26

Weekly downloads
-
License
-
Repository
-
Last release
2 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

2 years ago

0.1.21

2 years ago

0.1.22

2 years ago

0.1.23

2 years ago

0.1.12

2 years ago

0.1.24

2 years ago

0.1.13

2 years ago

0.1.25

2 years ago

0.1.14

2 years ago

0.1.26

2 years ago

0.1.15

2 years ago

0.1.16

2 years ago

0.1.17

2 years ago

0.1.18

2 years ago

0.1.19

2 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago