1.0.6 • Published 3 years ago

artbuttonui v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago