Toggle

A toggle button allows a user to toggle a selection on or off, for example switching between two states or modes.

Installation

npx shadcn add https://hq-ui.vercel.app/r/nova/toggle

Preview

Examples

Outline

Use variant="outline" for an outline style.

toggle-outline

With Text

toggle-text

Size

Use the size prop to change the size of the toggle.

toggle-sizes

Disabled

toggle-disabled