Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "react-ink", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/ink.js", |
@@ -7,2 +7,8 @@ # React Ink | ||
![Ink Gif](http://cl.ly/image/0M071m0B440h/ink.gif) | ||
## Usage | ||
Include `./ink.css` within your stylesheet build process. Then you can include the `<Ink />` component like so: | ||
```js | ||
@@ -14,7 +20,9 @@ var React = require('react'); | ||
render() { | ||
<div> | ||
<Ink /> | ||
</div> | ||
return ( | ||
<div> | ||
<Ink /> | ||
</div> | ||
); | ||
} | ||
}); | ||
``` |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
27
0
1212995
18
33481