ramstation-fresh-forms
v1.0.1
Published
Made with create-react-library
Downloads
2
Readme
ramstation-fresh-forms
Made with create-react-library
Install
npm install --save ramstation-fresh-forms
Usage
import React, { Component } from 'react'
import MyComponent from 'ramstation-fresh-forms'
import 'ramstation-fresh-forms/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}