/argonath

Primary LanguageTypeScript

Welcome to argonath 👋

Version Documentation License: ISC

Beautiful and Documented components

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