Where can I found the select "input template" ?
Where can I found the select "input template" ?
7 Replies
Hi @2euxs. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
When you are creating a new Wasp project, you will be prompted to select a template. This happens in the interactive mode when you use the
wasp new
command. Here is how it looks:
You can find more details in the Wasp CLI documentation (https://wasp-lang.dev/docs/general/cli#creating-a-new-project).
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
Sorry @2euxs, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist:
Perhaps try again in 15mins?I meant the select input template . Im trying to find it in the code. @kapa.ai
Let me check the knowledge base for you. One moment! :books:
----------------------
I'm sorry for the confusion, but based on the provided knowledge sources, there isn't a specific example of a "select input template" in the Wasp code. The knowledge sources provided examples of form inputs like text and checkbox, but not a select input.
However, in a typical React component, a select input can be implemented like this:
Please note that this is a general React example and not specific to Wasp. For more specific guidance on implementing select inputs in Wasp, you may want to refer to the official Wasp documentation or their GitHub repository.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
Sorry @2euxs, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist:
Perhaps try again in 15mins?
What did you screenshot? Which template are you using?
Im using the saas template
In the admin dashbord, there are templates of buttons, select, texts inputs
You can find the components just by searching the project for "Multiselect Dropdown" or similar search term
Thank you !