Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 528 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 528 Bytes

simple-react-components

Learn creating own components using React

Stopwatch

A simple react stopwatch component. Mimic functionality of stopwatch. Simple flat UI which provides easiness. UI provides three[3] visible elements: Timer Panel, Start/Stop Button, and Reset button.

Simple Table

A simpe react component for displaying data to the web page. The interface is minimal and easy to use. The users of this component have to provide data to the component and it will automatically render the data for you 😁