tby-fcrl

1.0.4 • Public • Published

tby-fcrl

TBY First Create React Library

NPM JavaScript Style Guide

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

Dependencies (0)

    Dev Dependencies (19)

    Package Sidebar

    Install

    npm i tby-fcrl

    Weekly Downloads

    0

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    6.6 kB

    Total Files

    7

    Last publish

    Collaborators

    • turanburakyesilyurt