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