1.2.0 • Published 2 years ago

frkbutton v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

frkbutton

react frkbutton library

NPM JavaScript Style Guide

Install

npm install --save frkbutton

Usage

import React, { Component } from 'react'

import { Buttonx } from 'frkbutton'
import 'frkbutton/dist/index.css'

class Example extends Component {
  render() {
    return <> 
      <Buttonx text="Button1" bgColor="254,216,222"/>
      <Buttonx text="Button2"/>
    </>
  }
}

License

MIT © rasitdeveloper

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago