LangbaseInc / langui

UI for your AI. Open Source Tailwind components tailored for your GPT, generative AI, and LLM projects.
https://LangUI.dev
MIT License
2.49k stars 128 forks source link

How do I use langui in my Vue project? #16

Closed wangrizhao closed 6 months ago

wangrizhao commented 1 year ago

I have reviewed the langui documentation, but I'm still unsure how to use it in my Vue project. Could you please provide some guidance? Thank you.

a0m0rajab commented 1 year ago

Hi,

it's explained in the Getting Started:

https://github.com/ahmadbilaldev/langui#get-started

LangUI components are ready-to-use, meaning you don't need to install or configure anything. Browse LangUI.dev and select a comopnent. Copy the desired component's code in HTML or JSX from the LangUI documentation. Paste the code into your project's HTML or React/Vue/Angular components. Done.

Let me know if it's not clear or if you need extra help

injemamul commented 10 months ago

@ahmadbilaldev Can you please make a blog post implementing it in html

ahmadbilaldev commented 6 months ago

You will need a basic knowledge of html and css to implement it, every application is different so I will not be able to help you out with your specific use case unfortunately. It is just code that you can add into your vue app. Let me know if there is anything else I can help with.