1.0.4 • Published 2 years ago

tby-fcrl v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago