Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 721 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 721 Bytes

UI-KIT

A clean UI-Kit for React projects. (Still a WIP)

Components

Input

Props

Name Type
value Number or String
label String
placeholder String
style Object
onChange Function

Select

Props

Name Type
options Object
selected Number or String
label String
style Object
onChange Function