ixahmedxi / orbitkit

🚀 Orbitkit is a monorepo starterkit aiming to be the foundation you build your next startup or big idea upon.
https://orbitkit.dev
MIT License
800 stars 47 forks source link

How to use the icons? #53

Closed yimity closed 5 months ago

yimity commented 5 months ago

Describe the bug The icons repository was installed from '@radix-ui/react-icons', but it is not exported from the UI packages and not installed for the web. Should the user add it to the web or export it from the UI directory?

Thank you for your advice.

ixahmedxi commented 5 months ago

If you need it in the web app, you should just install it like so: pnpm --filter web add @radix-ui/react-icons.

yimity commented 5 months ago

If you need it in the web app, you should just install it like so: pnpm --filter web add @radix-ui/react-icons.

I got it. Thank you so much.