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.
Files changed (2) hide show
  1. package/README.md +23 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,17 +1,27 @@
1
- # Biblioteca Teste
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
- ##### npm Intall dumbo-react-props ou
5
+ ## Índice
6
6
 
7
- ##### yarn add dumbo-react-props
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
- ```js
10
- export default {
11
- // other rules...
12
- parserOptions: {
13
- name: "prosperita-dumbo-react",
14
- version: "2.0.0",
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prosperita-dumbo-react",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "main": "dist/prosperita-dumbo-react.umd.js",
5
5
  "module": "dist/prosperita-dumbo-react.es.js",
6
6
  "types": "dist/types/index.d.ts",