0.0.1 • Published 11 months ago

@fieldfare/react-hooks v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

react-fieldfare

Hooks and custom components for building React applications based on the Fieldfare framework

NPM JavaScript Style Guide

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

0.0.1

11 months ago