0.0.15 • Published 9 years ago

react-component-module v0.0.15

Weekly downloads
53
License
-
Repository
github
Last release
9 years ago

This is a starter project for using modular react components via npm

NPM Build Status

usage

npm install --save react-component-module

use case

import React from 'react';
import ReactDOM from 'react-dom';
import App from 'react-component-module'

ReactDOM.render(
  <App />,
  document.getElementById('root')
);
0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago