Segmented Control React Component

Description:

A good-lookin’ segmented control for React applications.

In iOS, a segmented control is usually used to display different views (the equivalent of tabs in material design). However, segmented controls are increasingly being used in lieu of plain radio buttons or select inputs (dropdowns, or material menus).

Installation:

npm install –save segmented-control

Preview:

Segmented Control React Component

Add Comment