react-mat-button

React Material Button

Usage no npm install needed!

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

README

react-mat-button

React Material Button

NPM JavaScript Style Guide License Node Version Bundle Size EsLint Config Patreon Donate Buy Me A Coffee Donate PayPal Donate Github Follow Twitter Follow

Install

npm install --save react-mat-button

Usage

import React from 'react'

import MyComponent from 'react-mat-button'

const MyAwesomeComponent = ({ ...props }) => {
  return (
    <Button>My Awesome Button</Button>
  )
}

License

MIT © vvpas