1.0.4 • Published 3 years ago
tby-fcrl v1.0.4
tby-fcrl
TBY First Create React Library
Install
npm install --save tby-fcrl
Usage
import { FormElement } from 'tby-fcrl'
const App = () => {
return <>
<FormElement type="input" name="simpleInput" ph="Simple Input" />
<FormElement type="textarea" name="simpleTextarea" ph="Simple Textarea" />
<FormElement type="button" name="simpleButton" ph="Simple Button" />
<FormElement type="link" name="simpleLink" ph="Link" />
</>
}
License
MIT © turanburakyesilyurt