biblio-react 3.0.0-alpha30 → 3.0.0-alpha301-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.
Files changed (4) hide show
  1. package/README.md +30 -30
  2. package/dist/index.js +54170 -29542
  3. package/dist/index.js.map +1 -1
  4. 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
- [![NPM](https://img.shields.io/npm/v/biblio-react.svg)](https://www.npmjs.com/package/biblio-react) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](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
+ [![NPM](https://img.shields.io/npm/v/biblio-react.svg)](https://www.npmjs.com/package/biblio-react) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](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)