Arguments

Components with arguments allow for the customization of elements by changing their properties or behavior based on specific inputs. For example, a button component could accept an argument to display different text, such as "Submit" or "Cancel."

Here's an example of a component with arguments that is used on a home page and an about page. This is the prompt:

Banner component 

Arguments:
- Title 
- Subtitle 
- CTA message 
- CTA link 
- Image src 

Last updated