0.1.26 • Published 3 years ago
bolt-ui v0.1.26
BOLT UI
Demo
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
3 years ago
0.1.21
3 years ago
0.1.22
3 years ago
0.1.23
3 years ago
0.1.12
3 years ago
0.1.24
3 years ago
0.1.13
3 years ago
0.1.25
3 years ago
0.1.14
3 years ago
0.1.26
3 years ago
0.1.15
3 years ago
0.1.16
3 years ago
0.1.17
3 years ago
0.1.18
3 years ago
0.1.19
3 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