0.1.21 • Published 6 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-component
Showcase
...
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
6 years ago
0.1.20
6 years ago
0.1.19
6 years ago
0.1.16
6 years ago
0.1.15
6 years ago
0.1.14
6 years ago
0.1.13
6 years ago
0.1.12
6 years ago
0.1.11
6 years ago
0.1.10
6 years ago
0.1.9
6 years ago
0.1.8
6 years ago
0.1.7
6 years ago
0.1.6
6 years ago
0.1.5
6 years ago
0.1.4
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago
0.1.0
6 years ago