We found 2 matches for: state ui: buttons

An overview of all state ui: buttons blocks currently available, updated daily!

buttons: button

Generates a basic html button element with default styling.

In-pins

content
Content to be shown within the button. Can be updated using state.content.
state key
The state to bind the button to. Will execute the left click function and update the state.visible with 1.
Type
Gives the option to overwrite the type. Current type: Button
left click
Will be executed on left click if given, the state key will also be set to 1 on execution of this function.
class
style
attributes

Out-pins

state
buttons: button with text and icon

Generates a basic html button element with default styling.

In-pins

text
Text to be shown within the button. Can be updated using state.content.
state key
The state to bind the button to. Will execute the left click function and update the state.visible with 1.
Type
Gives the option to overwrite the type. Current type: Button
icon
Icon to be shown next to the button, be aware to include the icon font in your HTML/template. Icon can be updated using state.icon
icon: style
Style for icon
icon: class
Class for icon
left click
Will be executed on left click if given, the state key will also be set to 1 on execution of this function.
class
style
attributes

Out-pins

state