https://github.com/bgebes/bgbtnui
🔖 That's a button ui react-library that can be installed via npm or yarn.
https://github.com/bgebes/bgbtnui
button create-react-library npm npmjs react-library ui
Last synced: 2 months ago
JSON representation
🔖 That's a button ui react-library that can be installed via npm or yarn.
- Host: GitHub
- URL: https://github.com/bgebes/bgbtnui
- Owner: bgebes
- License: mit
- Created: 2022-08-08T21:10:36.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T19:04:56.000Z (over 1 year ago)
- Last Synced: 2025-10-02T05:25:05.377Z (8 months ago)
- Topics: button, create-react-library, npm, npmjs, react-library, ui
- Language: JavaScript
- Homepage:
- Size: 222 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bgbtnui
> Made with create-react-library
[](https://www.npmjs.com/package/bgbtnui) [](https://standardjs.com)
## Install
```bash
npm install --save bgbtnui
```
## Usage
```jsx
import React, { Component } from 'react'
import { Button } from 'bgbtnui'
import 'bgbtnui/dist/index.css'
class Example extends Component {
render() {
return (
<>
Primary Button
Default Button
Dashed Button
Text Button
Link Button
>
)
}
}
```
## License
MIT © [bgebes](https://github.com/bgebes)