UNPKG

@ark-ui/solid

Version:

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

10 lines (8 loc) 248 B
// src/components/segment-group/segment-group.anatomy.ts import { anatomy } from "@zag-js/radio-group"; var segmentGroupAnatomy = anatomy.rename("segment-group"); var parts = segmentGroupAnatomy.build(); export { segmentGroupAnatomy, parts };