UNPKG

@ark-ui/react

Version:

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

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