capsure-formular-ui
v1.0.2
Published
the capsure library used to createw and execute formulars
Downloads
2
Readme
capsure-formular-ui
the capsure library used to createw and execute formulars
Install
npm install --save capsure-formular-ui
Usage
import React, { Component } from 'react'
import MyComponent from 'capsure-formular-ui'
import 'capsure-formular-ui/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © (adeloqomi)