Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)