Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 655 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 655 Bytes

gdc-df-render

Library used to render forms based on order types dynamic form schema

NPM JavaScript Style Guide

Install

npm install --save gdc-df-render

Usage

import React, { Component } from 'react'

import MyComponent from 'gdc-df-render'
import 'gdc-df-render/dist/index.css'

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

License

MIT © icasardila