react-entity-form
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

react-entity-form

Powerful easy forms

NPM JavaScript Style Guide

Install

npm install --save react-entity-form

Usage

import React, { Component } from 'react';

import MyComponent from 'react-entity-form';
import 'react-entity-form/dist/index.css';

class Example extends Component {
  render() {
    return <MyComponent />;
  }
}

License

MIT © chicho17

Readme

Keywords

none

Package Sidebar

Install

npm i react-entity-form

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

140 kB

Total Files

25

Last publish

Collaborators

  • chicho17