0.1.36 • Published 8 months ago

febo-ui v0.1.36

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months 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