0.1.21 • Published 7 years ago
react-png-component v0.1.21
Usage
In bash CLI:
$ git clone https://github.com/rmolinamir/react-png-component
Afterwards, run the following commands in the root folder:
npm install- That's it!
To link the component to the example folder:
- On the root folder, execute
npm link. - After it's finished, execute
cd example, thennpm link react-png-component.
To run, execute npm start on root and inside the example folder.
To build, index.js, execute npm build on root folder.
To publish, execute npm publish on root folder.
React Plug-N'-Go Component
Component description
Install
npm install --save react-png-componentShowcase
...
Instructions
- ...
Features
- ...
Props
| Props | Functionality |
|---|---|
prop | ... |
Usage
import React, { Component } from 'react'
import Component from 'react-png-component'
const component = () => {
return (
<Component>
React Plug-N'-Go Component.
</Component>
)
}Pending
- ...
License
MIT © author
0.1.21
7 years ago
0.1.20
7 years ago
0.1.19
7 years ago
0.1.16
7 years ago
0.1.15
7 years ago
0.1.14
7 years ago
0.1.13
7 years ago
0.1.12
7 years ago
0.1.11
7 years ago
0.1.10
7 years ago
0.1.9
7 years ago
0.1.8
7 years ago
0.1.7
7 years ago
0.1.6
7 years ago
0.1.5
7 years ago
0.1.4
7 years ago
0.1.2
7 years ago
0.1.1
7 years ago
0.1.0
7 years ago