bolt-ui
v0.1.26
Published
![BOLT UI](https://raw.githubusercontent.com/deerpark/bolt-ui/main/public/images/sns.png)
Downloads
6
Readme
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.