UNPKG

@ark-ui/react

Version:

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

12 lines (7 loc) 289 B
'use client'; 'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const anatomy = require('@zag-js/anatomy'); const toggleAnatomy = anatomy.createAnatomy("toggle", ["root", "indicator"]); toggleAnatomy.build(); exports.toggleAnatomy = toggleAnatomy;