Skip to content
/ bgbtnui Public

🔖 That's a button ui react-library that can be installed via npm or yarn.

License

Notifications You must be signed in to change notification settings

bgebes/bgbtnui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bgbtnui

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save bgbtnui

Usage

import React, { Component } from 'react'

import { Button } from 'bgbtnui'
import 'bgbtnui/dist/index.css'

class Example extends Component {
  render() {
    return (
      <>
        <Button type='b-primary'>Primary Button</Button>
        <Button type='b-default'>Default Button</Button>
        <Button type='b-dashed'>Dashed Button</Button>
        <br />
        <Button type='b-text'>Text Button</Button>
        <Button type='b-link' href='...'>
          Link Button
        </Button>
      </>
    )
  }
}

License

MIT © bgebes

About

🔖 That's a button ui react-library that can be installed via npm or yarn.

Topics

Resources

License

Stars

Watchers

Forks