Toggle Button

A button that can be toggled on (active) or off (inactive). When a toggle button is on, the button is usually highlighted in some way.

Installation

npm install @andore-ui/toggle-button

Import

import {ToggleButton, ToggleButtonGroup} from @andore-ui/toggle-button

Usage