TBY First Create React Library
npm install --save tby-fcrl
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" />
</>
}
MIT © turanburakyesilyurt