UNPKG

@ark-ui/solid

Version:

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

8 lines (6 loc) 190 B
// src/components/color-picker/color-picker.anatomy.ts import { anatomy } from "@zag-js/color-picker"; var colorPickerAnatomy = anatomy.extendWith("view"); export { colorPickerAnatomy };