1.0.3 • Published 3 years ago

design-amil v1.0.3

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

Design System of @brunoamil

Design System criado como teste em React.

! importante, é apenas teste! :)

Stack

Este projeto usa :

Commands

Install

npm install design-amil

Uso

React

import { Button } from 'design-amil';

function App() {
  return (
    <>
      <h2>testando o botão</h2>
      <Button theme="disable"/>
    </>
  );
}

export default App;