Is @ark-ui/anatomy
deprecated in favor of using the component libs?
#3381
-
We use the Thus, I couldn't find the source anywhere - only the component libs which we resorted to using the I do understand the maintainability ease of just throwing it into the component libs but I did appreciate the original not being tied to a component library. Does anyone know where that workspace exists in the repo or if it was killed off? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks for reaching out. Atm, the only way is to import a component's anatomy directly from the framework package, e.g.: import { Avatar, avatarAnatomy } from '@ark-ui/[solid|react|vue]/avatar' Since the components are fairly stable, hardcoding the parts as you style them should also be fine. |
Beta Was this translation helpful? Give feedback.
@caseybaggz
Thanks for reaching out. Atm, the only way is to import a component's anatomy directly from the framework package, e.g.:
Since the components are fairly stable, hardcoding the parts as you style them should also be fine.