1.0.3 • Published 2 years ago

buttoncomponentfs v1.0.3

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

buttoncomponentfs

Made with create-react-library

NPM JavaScript Style Guide

Install

If you are using @react17 or newer versions, try to install with --legacy-peer-deps

npm install --save buttoncomponentfs --legacy-peer-deps

Usage

import React from 'react'

import Button from 'buttoncomponentfs'
import 'buttoncomponentfs/dist/index.css'

class Example extends Button {
  render() {
    return (
      <Button text="click me" type="primary" />
      <Button text="click me" />
      <Button text="click me" type="dashed" />
      <Button text="click me" type="text" />
      <Button text="click me" type="link" />
      <Button text="click me" type="danger" />
    )
  }
}

License

MIT © frknsprnl

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago