@anna-ui/button

Button component for Anna UI Kit

Usage no npm install needed!

<script type="module">
  import annaUiButton from 'https://cdn.skypack.dev/@anna-ui/button';
</script>

README

@anna-ui/button

Button component for Anna UI Kit

NPM JavaScript Style Guide

Install

npm install --save @anna-ui/button

Usage

import * as React from 'react'

import MyComponent from '@anna-ui/button'

class Example extends React.Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © anna-ui