buttoncomponentfs

1.0.3 • Public • Published

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
button image

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

Readme

Keywords

none

Package Sidebar

Install

npm i buttoncomponentfs

Weekly Downloads

3

Version

1.0.3

License

MIT

Unpacked Size

8.21 kB

Total Files

7

Last publish

Collaborators

  • frknsprnl