1.1.1 ā€¢ Published 3 years ago

argonath v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Beautiful and Documented components

šŸ  Homepage

āœØ Demo

Install

yarn add argonath

Usage

import { ArgoButton } from 'argonath';

const MyComponent: React.FC = () => {
  return(
    <ArgoButton 
      variant="outlined"
      colorType="primary"
    >
      Texto aqui
    </Argobutton>
  )
}

Author

šŸ‘¤ Fernando Linhares e Suiam Costa

This README was generated with ā¤ļø by readme-md-generator