biblio-react 3.0.0-alpha30 → 3.0.0-alpha300-popup
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 +30 -30
- package/dist/index.js +54170 -29542
- package/dist/index.js.map +1 -1
- package/package.json +47 -33
package/README.md
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
# biblio-react
|
|
2
|
-
|
|
3
|
-
> Framework de Metiri hecho en React
|
|
4
|
-
|
|
5
|
-
[](https://www.npmjs.com/package/biblio-react) [](https://standardjs.com)
|
|
6
|
-
|
|
7
|
-
## Install
|
|
8
|
-
|
|
9
|
-
```bash
|
|
10
|
-
yarn add biblio-react
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
## Usage
|
|
14
|
-
|
|
15
|
-
```jsx
|
|
16
|
-
import React, { Component } from 'react'
|
|
17
|
-
|
|
18
|
-
import MyComponent from 'biblio-react'
|
|
19
|
-
import 'biblio-react/dist/index.css'
|
|
20
|
-
|
|
21
|
-
class Example extends Component {
|
|
22
|
-
render() {
|
|
23
|
-
return <MyComponent />
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
## License
|
|
29
|
-
|
|
30
|
-
MIT © [WiXSL](https://github.com/WiXSL)
|
|
1
|
+
# biblio-react
|
|
2
|
+
|
|
3
|
+
> Framework de Metiri hecho en React
|
|
4
|
+
|
|
5
|
+
[](https://www.npmjs.com/package/biblio-react) [](https://standardjs.com)
|
|
6
|
+
|
|
7
|
+
## Install
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
yarn add biblio-react
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Usage
|
|
14
|
+
|
|
15
|
+
```jsx
|
|
16
|
+
import React, { Component } from 'react'
|
|
17
|
+
|
|
18
|
+
import MyComponent from 'biblio-react'
|
|
19
|
+
import 'biblio-react/dist/index.css'
|
|
20
|
+
|
|
21
|
+
class Example extends Component {
|
|
22
|
+
render() {
|
|
23
|
+
return <MyComponent />
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
## License
|
|
29
|
+
|
|
30
|
+
MIT © [WiXSL](https://github.com/WiXSL)
|