0.1.21 • Published 5 years ago

react-png-component v0.1.21

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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

5 years ago

0.1.20

5 years ago

0.1.19

5 years ago

0.1.16

5 years ago

0.1.15

5 years ago

0.1.14

5 years ago

0.1.13

5 years ago

0.1.12

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago