Button
button tag
Last updated
button tag
Buttons are used with forms to comply with the best HTML and web development practices, you don't require a button component to submit a form, actually, in Uncodie any element on your design can trigger any query.
You can use the button component as a submit or reset button for your forms, to trigger the query in your current form.
To use a button you need to set a Form and a query previously to use as a parameter
Select the layer or element you want to render as a button in Figma
In the plugin navigate to the Component section
Set the type to button
Optionally set the attributes of the component
Compile and publish your project
Select this component to render a button element in your HTML DOM.
Last updated