Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T19:04:56.000Z (3 months ago)
- Last Synced: 2024-09-30T10:23:19.808Z (about 2 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
[![NPM](https://img.shields.io/npm/v/bgbtnui.svg)](https://www.npmjs.com/package/bgbtnui) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](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)