Allowed libraries for React UI components

Can we use libraries like shadcn and lucide when making custom ui for our agent? Or does it need to be pure Tailwind?

1 Like

Great question! Something I should clarify in the docs.

Please feel free to use ShadCN and Lucide! I’d just stray away from using massive libraries but most are certainly welcome.

1 Like

Hello @ColeMedin. Is there an example for this? Any example worflow that outputs custom react components

2 Likes

Here’s the example from the docs/dev guide: ottomator-agents/~voiceflow-dialog-api-integration~/VoiceflowFrontendComponent.tsx at main · coleam00/ottomator-agents · GitHub

What I did is is just copy paste the structure of the data I’m storing into v0 and just using v0 to make the react components

1 Like

Thanks @kai-feinberg! Hope that helps @harusama8121!