@govuk-frederic/example-module-2
v0.0.1
Published
Example React application module for govuk-frederic
Downloads
21
Readme
govuk-frederic-example-module
Install
npm install --save govuk-frederic-example-moduleUsage
import React, { Component } from 'react'
import MyComponent from 'govuk-frederic-example-module'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © penx
