react-single-sourcing
v1.9.5
Published
React Single Sourcing Module
Readme
react-single-sourcing
React Single Sourcing Module
Install
npm install --save react-single-sourcingUsage
import React, { Component } from 'react'
import MyComponent from 'react-single-sourcing'
import 'react-single-sourcing/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © s77548
