Tulip Logo IconTulip
Components

Toggle

A two-state button that can be either on or off.

Usage

import { Toggle } from "@tulip-systems/core/components";
<Toggle>Toggle</Toggle>

Examples

Outline

Use variant="outline" for an outline style.

With Text

Size

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

Disabled

On this page