@lopes-ui/react
TypeScript icon, indicating that this package has built-in type declarations

2.2.1 • Public • Published

Lopes UI Cat

Lopes UI

Lopes UI é uma biblioteca de componentes React acessíveis e testados baseados no Lopes Design System, idealizado pelo desenvolvedor criativo Marcello Lopes .

Instalação

React

Lopes UI está disponível como um pacote npm.

npm:

npm install @lopes-ui/react

yarn:

yarn add @lopes-ui/react

Começando com o Lopes UI

Aqui está um exemplo básico de como utilizar um componente básico React Lopes UI

import * as React from "react";
import Button from "@lopes-ui/react";
function App() {
  return <Button color="secondary">Hello World</Button>;
}

In the interactive demo below, try changing the code and see how it affects the output. (Hint: change variant to "outlined" and color to "secondary". For more options, see the Button component page in our docs.)

Edit Button

Documentation

Readme

Keywords

none

Package Sidebar

Install

npm i @lopes-ui/react

Weekly Downloads

0

Version

2.2.1

License

MIT

Unpacked Size

101 kB

Total Files

24

Last publish

Collaborators

  • marcell0lopes