@prosperitainova/mirage-ui 1.1.184 → 1.1.186
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 +32 -32
- package/dist/cjs/index.js +4 -4
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +4 -4
- package/dist/esm/index.js.map +1 -1
- package/package.json +118 -118
package/README.md
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
|
|
2
|
-
# React Mirage UI
|
|
3
|
-
|
|
4
|
-
Biblioteca de componentes desenvolvida para criação e manutenção das aplicações desenvolvidas
|
|
5
|
-
|
|
6
|
-
## Instalação
|
|
7
|
-
|
|
8
|
-
Via NPM
|
|
9
|
-
|
|
10
|
-
```bash
|
|
11
|
-
npm i @prosperitainova/mirage-ui --save
|
|
12
|
-
```
|
|
13
|
-
Via Yarn
|
|
14
|
-
```bash
|
|
15
|
-
yarn add @prosperitainova/mirage-ui
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
## Demonstração
|
|
19
|
-
|
|
20
|
-
[Documentação interativa](https://prosperitainova.github.io/mirage-ui-docs)
|
|
21
|
-
|
|
22
|
-
## Stack utilizada
|
|
23
|
-
|
|
24
|
-
- React
|
|
25
|
-
- Typescript
|
|
26
|
-
- Styled Components
|
|
27
|
-
- Rollup
|
|
28
|
-
|
|
29
|
-
## Autores
|
|
30
|
-
|
|
31
|
-
- [@Matheus Gonçalves](mailto:jhon.santana@prosperita.io)
|
|
32
|
-
- [@Jhonnatthan Santana](mailto:matheus.goncalves@prosperita.io)
|
|
1
|
+
|
|
2
|
+
# React Mirage UI
|
|
3
|
+
|
|
4
|
+
Biblioteca de componentes desenvolvida para criação e manutenção das aplicações desenvolvidas
|
|
5
|
+
|
|
6
|
+
## Instalação
|
|
7
|
+
|
|
8
|
+
Via NPM
|
|
9
|
+
|
|
10
|
+
```bash
|
|
11
|
+
npm i @prosperitainova/mirage-ui --save
|
|
12
|
+
```
|
|
13
|
+
Via Yarn
|
|
14
|
+
```bash
|
|
15
|
+
yarn add @prosperitainova/mirage-ui
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
## Demonstração
|
|
19
|
+
|
|
20
|
+
[Documentação interativa](https://prosperitainova.github.io/mirage-ui-docs)
|
|
21
|
+
|
|
22
|
+
## Stack utilizada
|
|
23
|
+
|
|
24
|
+
- React
|
|
25
|
+
- Typescript
|
|
26
|
+
- Styled Components
|
|
27
|
+
- Rollup
|
|
28
|
+
|
|
29
|
+
## Autores
|
|
30
|
+
|
|
31
|
+
- [@Matheus Gonçalves](mailto:jhon.santana@prosperita.io)
|
|
32
|
+
- [@Jhonnatthan Santana](mailto:matheus.goncalves@prosperita.io)
|