Hooks and custom components for building React applications based on the Fieldfare framework
npm install --save react-fieldfare
import React, { Component } from 'react'
import MyComponent from 'react-fieldfare'
import 'react-fieldfare/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
ISC © adankvitschal