Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 420 Bytes

File metadata and controls

6 lines (6 loc) · 420 Bytes

React-Typescript-reusable-components

Build basic reusable components using React Typescript, e.g. button, modal, dialog, navbar, table, tooltip, card, header, footer

Why typescript?

Type checking, early detection of problems caused by type mismatch.

Reusable components

No hard coding parameters but with default style. If pass the parameter for classname, use the passed style, otherwise use the default style.