@sinco/react 1.0.0-rc.1 → 1.0.1-rc.0

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -1,7 +1,39 @@
1
- # react
1
+ # @sinco/react
2
+
3
+ Paquete de sinco react
4
+
5
+ ## Cómo empezar
6
+ npm i @sinco/react
7
+
8
+ ## Pre-requisitos
9
+
10
+ React en la versión 18
11
+ Instalar mui react
12
+ https://mui.com/material-ui/getting-started/installation/
13
+
14
+
15
+ ## Fuentes web de Google
16
+ Para instalar la fuente en su proyecto usando la CDN de Google Web Fonts, agregue el siguiente fragmento de código dentro de la <head />etiqueta de su proyecto:
17
+
18
+ <link
19
+ rel="stylesheet"
20
+ href="https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&family=Roboto:wght@300;400;500;700&display=swap"
21
+ />
22
+ Para usar el Iconcomponent de fuente, primero debe agregar la fuente Material Icons .
23
+ <link
24
+ rel="stylesheet"
25
+ href="https://fonts.googleapis.com/icon?family=Material+Icons"
26
+ />
27
+
28
+ ## Como utilizar
29
+ Para poder utilizar el tema personalizado de sinco react, solo debes colocar la variable "SincoTheme" en el themeProvider
30
+ <ThemeProvider theme={SincoTheme}>
31
+
32
+ ## Más información
33
+
34
+ Para tener más información de como utilizar react mui
35
+
36
+ https://mui.com/material-ui/getting-started/overview/
2
37
 
3
- This library was generated with [Nx](https://nx.dev).
4
38
 
5
- ## Running unit tests
6
39
 
7
- Run `nx test react` to execute the unit tests via [Jest](https://jestjs.io).