0.1.21 • Published 7 years ago

react-png-component v0.1.21

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Usage

In bash CLI:

$ git clone https://github.com/rmolinamir/react-png-component

Afterwards, run the following commands in the root folder:

  1. npm install
  2. That's it!

To link the component to the example folder:

  1. On the root folder, execute npm link.
  2. After it's finished, execute cd example, then npm 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

NPM JavaScript Style Guide

Install

npm install --save react-png-component

Showcase

...

Instructions

  1. ...

Features

  1. ...

Props

PropsFunctionality
prop...

Usage

Edit React Plug-N'-Go Component

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