react-colorful-button

this is kind of colorful button for react

Usage no npm install needed!

<script type="module">
  import reactColorfulButton from 'https://cdn.skypack.dev/react-colorful-button';
</script>

README

Install

npm i react-colorful-button

Usage

import ColorfulButton from 'react-colorful-button';

render(){
  return (
    <ColorfulButton text='丰富多彩的按钮' type='success' size='middle' bgColor='#c2c' color='yellow' fontSize='40'/>
  )
}