separate component library #1445
-
Hi. Do you have plan to separate the whole ark package to multiple primitive packages. I like this library but I don't use it just because of this problem. Maybe i am silly person. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
@samadadi If you have a proper app setup (Three Shaking) which is commonly supported in all application frameworks (Next.js, Nuxt etc) there is no downside installing the If you don't have a proper app setup (legacy projects in enterprise companies) you can always fall back to path imports like for example: Let me know if that answers your question. |
Beta Was this translation helpful? Give feedback.
@samadadi
Ark UI is availabe for React, Solid and Vue.
If you have a proper app setup (Three Shaking) which is commonly supported in all application frameworks (Next.js, Nuxt etc) there is no downside installing the
@ark-ui/{react|solid|vue}
package.If you don't have a proper app setup (legacy projects in enterprise companies) you can always fall back to path imports like for example:
@ark-ui/react/accordion
Let me know if that answers your question.