dd.front.react.wp.library
Made with create-react-library
Install
npm install --save dd.front.react.wp.library
Usage
import React, { Component } from 'react'
import MyComponent from 'dd.front.react.wp.library'
import 'dd.front.react.wp.library/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}