0.1.36 • Published 2 years ago

febo-ui v0.1.36

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Contributors Forks Issues Stargazers LinkedIn

Índice

Documentação   |    Instalação   |    Exemplos de uso   |    Contribuindo   |    Licença

Documentação

Instalação

npm i febo-ui

# or

yarn add febo-ui

Exemplos de uso

import { Button } from "febo-ui";

function App() {
  return (
      <Button
        backgroundColor="#ff8b4d"
        bold
        color="white"
        label="Small"
        size="small"
      />
  );
}

Contribuindo

Licença

MIT © Hebert Montarroyos