1.0.1 • Published 4 years ago

react-lab-library v1.0.1

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

react-lab-library

React Lab Library

react-lab-library

This React library is just a collection of UI components.

Install

npm i react-lab-library

Getting Started

Componentparameters
FormInputlabel = "", required = false, maxLength = "255", type = "text", placeholder = "", wrapperClasses = "", className = "form-control", style = {}, readOnly = false, register, error = ""
FormTextarealabel = "", required = false, placeholder = "", wrapperClasses = "", className = "form-control", style = {}, rows = "4", readOnly = false, register, error = ""
FormSelectlabel = "", required = false, disabled = false, wrapperClasses = "", className = "form-control custom-select", style = {}, register, error = "", children
FormSubmitclassName, type = "submit", processing = false, text = "Save Changes"
ContentCardtitle = "", buttons = "", className = "", minHeight = "", children
ModalUIvisibility = true, handleModal, closeButton = true, title = "", modalSize = "lg", centered = false, children
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago