@sinco/react 1.0.1-rc.5 → 1.0.1-rc.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,12 +24,12 @@ O ya sea instalando las fuentes [roboto](https://www.npmjs.com/package/@fontsour
24
24
 
25
25
  ### Roboto
26
26
 
27
- import '@fontsource/roboto/400.css';
27
+ import '@fontsource/roboto/400.css'; <br/>
28
28
  import '@fontsource/roboto/500.css';
29
29
 
30
30
  ### Nunito
31
31
 
32
- import '@fontsource/roboto/400.css';
32
+ import '@fontsource/roboto/400.css'; <br/>
33
33
  import '@fontsource/roboto/500.css';
34
34
 
35
35
  Para usar el `Iconcomponent` de fuente, primero debe agregar la [fuente](https://mui.com/material-ui/getting-started/installation/#icons) Material Icons.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.1-rc.5",
3
+ "version": "1.0.1-rc.6",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",