UNPKG

@ark-ui/react

Version:

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

8 lines (5 loc) 206 B
'use client'; import { anatomy } from '@zag-js/radio-group'; const segmentGroupAnatomy = anatomy.rename("segment-group"); const parts = segmentGroupAnatomy.build(); export { parts, segmentGroupAnatomy };