Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do we add a new CSS or UI library to generate UI based on the provided UI #5

Open
iconixgroups opened this issue Mar 7, 2024 · 2 comments

Comments

@iconixgroups
Copy link

Can we have a option to provide the URL of the library as a user and can the app then refer the selected CSS classes or Library to generate the code.

@iconixgroups
Copy link
Author

For test purpose you may use the following UI https://ui.shadcn.com/docs/components/accordion

@mostafasadeghi97
Copy link
Owner

@iconixgroups The success of integrating a library with a language model, such as GPT-4, largely depends on how well-known the library is. For example, if you're looking to generate a mobile page using a widely recognized framework like Flutter, simply adding a corresponding prompt should suffice, as the model is already familiar with it. However, for lesser-known, custom, or newly created libraries, the process is more intricate than just modifying the prompt. In these cases, you would need to provide additional information to the model to enable it to generate code that utilizes that specific library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants