UNPKG

@ark-ui/react

Version:

A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.

8 lines (5 loc) 184 B
'use client'; import { createAnatomy } from '@zag-js/anatomy'; const toggleAnatomy = createAnatomy("toggle", ["root", "indicator"]); toggleAnatomy.build(); export { toggleAnatomy };