0.1.1 • Published 4 years ago

finch-nest-ui v0.1.1

Weekly downloads
9
License
-
Repository
github
Last release
4 years ago

NEST UI - Finch Soluções

Biblioteca de componentes utilizada pela Finch.

Instalacao

Tenha o Node instalado na maquina.

Dentro de um projeto React execute

# npm install finch-nest-ui --save
yarn add finch-nest-ui

Utilização

import React from 'react';
import { Button } from 'finch-nest-ui';

export default function App() {
    return <Button text="Texto do Botao" />;
}

Bibliotecas utilizadas