Hi! I’m currently getting started with Plasmic and was wondering if there is a way to use already built UI Kits. I found the Ant is available but not sure if I can import new packages like Chakra, Mantine, Material, etc
Yes, you can always register components you want to use yourself: https://docs.plasmic.app/learn/code-components/
Here are some example contributions of registrations for chakra-ui, for instance: https://github.com/plasmicapp/plasmic/tree/master/plasmicpkgs/chakra-ui/src
Thank you so much! will check it out
Hi @yang does it still needs to be used through “self-hosted” UI? is there a way to use them on the manage platform?
Yeah, this is not built-in, so you have to set them up as custom code components from your code base. You can do this by following the next JS quick start for example
great! thanks!