ComponentsToggleA two-state button that can be either on or off.Copy MarkdownOpenBookmark View Code Usage import { Toggle } from "@tulip-systems/core/components"; <Toggle>Toggle</Toggle> Examples Outline Use variant="outline" for an outline style. ItalicBold View Code With Text Italic View Code Size Use the size prop to change the size of the toggle. SmallDefaultLarge View Code Disabled DisabledDisabled View CodeToggle GroupA set of two-state buttons that can be toggled on or off.TooltipA popup that displays information related to an element when the element receives keyboard focus or the mouse hovers over it.