UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

6 lines (5 loc) 318 B
import { SwitchButtonProps, SwitchContext, SwitchProps } from "./switch.types.js"; import { SwitchProvider, useSwitchContext } from "./context.js"; import { SwitchButton, SwitchButtonBase } from "./switchButton.js"; import { SwitchLabel } from "./switchLabel.js"; import { Switch, SwitchBase } from "./switchMain.js";