1.0.1 • Published 1 year ago

button-pdd v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

button-pdd

Button types

NPM JavaScript Style Guide

Install

npm install --save button-pdd

Usage

import React, { Component } from 'react'

import { Button } from 'button-pdd'
import 'button-pdd/dist/index.css'

class Example extends Component {
  render() {
    return <Button type='primary'>Click Me</Button>
  }
}

License

MIT © halilibrahimtanac

1.0.1

1 year ago

1.0.0

1 year ago