prosperita-dumbo-react 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +23 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,17 +1,27 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Dumbo React Props
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
**Dumbo React Props** é uma biblioteca de componentes React que facilita a manipulação de propriedades em seus componentes. Ela fornece uma forma simples e eficiente de gerenciar e manipular props, tornando seu código mais limpo e fácil de manter.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## Índice
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
- [Instalação](#instalação)
|
|
8
|
+
- [Uso](#uso)
|
|
9
|
+
- [Componentes Disponíveis](#componentes-disponíveis)
|
|
10
|
+
- [Componente 1](#componente-1)
|
|
11
|
+
- [Componente 2](#componente-2)
|
|
12
|
+
- [Contribuição](#contribuição)
|
|
13
|
+
- [Licença](#licença)
|
|
8
14
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
## Instalação
|
|
16
|
+
|
|
17
|
+
## Uso
|
|
18
|
+
|
|
19
|
+
## Componentes Disponíveis
|
|
20
|
+
|
|
21
|
+
### Button
|
|
22
|
+
|
|
23
|
+
### Modal
|
|
24
|
+
|
|
25
|
+
## Contribuição
|
|
26
|
+
|
|
27
|
+
## Licença
|