Skip to content

Hooks and custom components for building react applications using the fieldfare framework

Notifications You must be signed in to change notification settings

moduhub/fieldfare-react-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Hooks and custom components for building react applications using the fieldfare framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published