1.0.6 • Published 2 years ago

artbuttonui v1.0.6

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

artbuttonui

Button component with funny ui

screen shot

Install

npm install --save artbuttonui

Usage

import React, { Component } from 'react'

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

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

type -> it's a simple prop, you can use this prop such as primary, default, text, link or dashed

License

MIT © krycnylmz

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