thanhnew2001 commited on
Commit
7bfadb7
1 Parent(s): 4f665ab

Update button.jsonl

Browse files
Files changed (1) hide show
  1. button.jsonl +100 -100
button.jsonl CHANGED
@@ -1,100 +1,100 @@
1
- {"prompt": "Simple button with label", "code": "<|Submit|button|>"}
2
- {"prompt": "Button with custom action callback", "code": "<|Save|button|on_action=save_data|>"}
3
- {"prompt": "Button with CSS class and hover text", "code": "<|Cancel|button|class_name=error|hover_text=Cancel Operation|>"}
4
- {"prompt": "Button expanding to full width", "code": "<|Full Width Button|button|class_name=fullwidth|>"}
5
- {"prompt": "Button with secondary style and identifier", "code": "<|Options|button|class_name=secondary|id=options-button|>"}
6
- {"prompt": "Button with success style and action callback", "code": "<|Success|button|class_name=success|on_action=on_success|>"}
7
- {"prompt": "Initially inactive button", "code": "<|Inactive|button|active=False|>"}
8
- {"prompt": "Button with warning style and hover text", "code": "<|Warning|button|class_name=warning|hover_text=Be Careful!|>"}
9
- {"prompt": "Button with plain style and action callback", "code": "<|Plain Button|button|class_name=plain|on_action=plain_action|>"}
10
- {"prompt": "Button triggering specific function with identifier", "code": "<|Trigger Function|button|on_action=trigger_function|id=trigger-btn|>"}
11
- {"prompt": "Full width button with success style and hover text", "code": "<|Confirm|button|class_name=fullwidth success|hover_text=Confirm your choice|>"}
12
- {"prompt": "Button with error style, custom action, inactive state", "code": "<|Error|button|class_name=error|on_action=handle_error|active=False|>"}
13
- {"prompt": "Secondary style button with action callback, hover text", "code": "<|Settings|button|class_name=secondary|on_action=open_settings|hover_text=Adjust your settings|>"}
14
- {"prompt": "Button with warning style, inactive state, identifier", "code": "<|Alert|button|class_name=warning|active=False|id=alert-button|>"}
15
- {"prompt": "Plain style full width button with specific action", "code": "<|Submit|button|class_name=plain fullwidth|on_action=submit_form|>"}
16
- {"prompt": "Button with success style, hover text, identifier", "code": "<|Complete|button|class_name=success|hover_text=Complete the task|id=complete-button|>"}
17
- {"prompt": "Button with secondary style, action callback, inactive", "code": "<|Secondary Action|button|class_name=secondary|on_action=secondary_action|active=False|>"}
18
- {"prompt": "Button with error style, custom action, full width", "code": "<|Abort|button|class_name=error fullwidth|on_action=abort_process|>"}
19
- {"prompt": "Warning style button with action callback, hover text", "code": "<|Warning|button|class_name=warning|on_action=warning_action|hover_text=Warning!|>"}
20
- {"prompt": "Button to trigger function, identifier, plain style", "code": "<|Execute|button|on_action=execute_command|id=execute-btn|class_name=plain|>"}
21
- {"prompt": "Button with primary style", "code": "<|Action|button|class_name=primary|>"}
22
- {"prompt": "Button with large size", "code": "<|Large Button|button|size=large|>"}
23
- {"prompt": "Button with small size", "code": "<|Small Button|button|size=small|>"}
24
- {"prompt": "Button with custom color", "code": "<|Colorful|button|color=blue|>"}
25
- {"prompt": "Button with icon", "code": "<|Icon Button|button|icon=star|>"}
26
- {"prompt": "Button with rounded corners", "code": "<|Rounded|button|corner_radius=10px|>"}
27
- {"prompt": "Button with shadow", "code": "<|Shadowed|button|shadow=True|>"}
28
- {"prompt": "Button with no border", "code": "<|No Border|button|border=None|>"}
29
- {"prompt": "Button with text alignment", "code": "<|Center|button|text_align=center|>"}
30
- {"prompt": "Button with opacity", "code": "<|Opaque|button|opacity=0.5|>"}
31
- {"prompt": "Button with a tooltip", "code": "<|Tooltip|button|tooltip=Info here|>"}
32
- {"prompt": "Button with transition effect", "code": "<|Transition|button|transition=fade|>"}
33
- {"prompt": "Button with bold text", "code": "<|Bold|button|font_weight=bold|>"}
34
- {"prompt": "Button with italic text", "code": "<|Italic|button|font_style=italic|>"}
35
- {"prompt": "Button with uppercase text", "code": "<|Uppercase|button|text_transform=uppercase|>"}
36
- {"prompt": "Button with specific width", "code": "<|Width|button|width=200px|>"}
37
- {"prompt": "Button with specific height", "code": "<|Height|button|height=50px|>"}
38
- {"prompt": "Button with margin", "code": "<|Margined|button|margin=20px|>"}
39
- {"prompt": "Button with padding", "code": "<|Padded|button|padding=10px|>"}
40
- {"prompt": "Button with custom font size", "code": "<|Custom Font|button|font_size=18px|>"}
41
- {"prompt": "Button with hover effect", "code": "<|Hover|button|hover_effect=True|>"}
42
- {"prompt": "Button without hover effect", "code": "<|No Hover|button|hover_effect=False|>"}
43
- {"prompt": "Button with custom background color", "code": "<|Background|button|background_color=red|>"}
44
- {"prompt": "Button with custom text color", "code": "<|Text Color|button|text_color=green|>"}
45
- {"prompt": "Button with disabled state", "code": "<|Disabled|button|disabled=True|>"}
46
- {"prompt": "Button with enabled state", "code": "<|Enabled|button|disabled=False|>"}
47
- {"prompt": "Button with custom font family", "code": "<|Font Family|button|font_family=Arial|>"}
48
- {"prompt": "Button with gradient background", "code": "<|Gradient|button|background_gradient=blue-green|>"}
49
- {"prompt": "Button with image background", "code": "<|Image|button|background_image=url(logo.png)|>"}
50
- {"prompt": "Button with text shadow", "code": "<|Text Shadow|button|text_shadow=1px 1px 2px black|>"}
51
- {"prompt": "Button with border radius", "code": "<|Border Radius|button|border_radius=5px|>"}
52
- {"prompt": "Button with border style", "code": "<|Border Style|button|border_style=dashed|>"}
53
- {"prompt": "Button with border color", "code": "<|Border Color|button|border_color=blue|>"}
54
- {"prompt": "Button with border width", "code": "<|Border Width|button|border_width=3px|>"}
55
- {"prompt": "Button with alignment", "code": "<|Align|button|align=left|>"}
56
- {"prompt": "Button with width percentage", "code": "<|Width Percent|button|width=50%|>"}
57
- {"prompt": "Button with height percentage", "code": "<|Height Percent|button|height=20%|>"}
58
- {"prompt": "Button with custom cursor style", "code": "<|Cursor|button|cursor=pointer|>"}
59
- {"prompt": "Button with animation", "code": "<|Animation|button|animation=bounce|>"}
60
- {"prompt": "Button with custom ID", "code": "<|Custom ID|button|id=myButton|>"}
61
- {"prompt": "Button with flat style", "code": "<|Flat|button|style=flat|>"}
62
- {"prompt": "Button with 3D effect", "code": "<|3D Effect|button|style=3d|>"}
63
- {"prompt": "Button with custom hover color", "code": "<|Hover Color|button|hover_color=yellow|>"}
64
- {"prompt": "Button with vertical alignment", "code": "<|Vertical Align|button|align=vertical|>"}
65
- {"prompt": "Button with horizontal alignment", "code": "<|Horizontal Align|button|align=horizontal|>"}
66
- {"prompt": "Button with custom border thickness", "code": "<|Border Thickness|button|border_thickness=2px|>"}
67
- {"prompt": "Button with auto width", "code": "<|Auto Width|button|width=auto|>"}
68
- {"prompt": "Button with fixed height", "code": "<|Fixed Height|button|height=100px|>"}
69
- {"prompt": "Button with custom hover effect", "code": "<|Custom Hover|button|hover_effect=glow|>"}
70
- {"prompt": "Button with underlined text", "code": "<|Underline|button|text_decoration=underline|>"}
71
- {"prompt": "Button with strikethrough text", "code": "<|Strikethrough|button|text_decoration=line-through|>"}
72
- {"prompt": "Button with image icon", "code": "<|Image Icon|button|icon=image.jpg|>"}
73
- {"prompt": "Button with dynamic width", "code": "<|Dynamic Width|button|width=dynamic|>"}
74
- {"prompt": "Button with expandable feature", "code": "<|Expandable|button|expandable=True|>"}
75
- {"prompt": "Button with non-expandable feature", "code": "<|Non-Expandable|button|expandable=False|>"}
76
- {"prompt": "Button with custom padding", "code": "<|Custom Padding|button|padding=15px|>"}
77
- {"prompt": "Button with custom margin", "code": "<|Custom Margin|button|margin=15px|>"}
78
- {"prompt": "Button with custom handle", "code": "<|Custom Handle|button|handle=custom|>"}
79
- {"prompt": "Button with custom title", "code": "<|Custom Title|button|title='My Button'|>"}
80
- {"prompt": "Button with custom tooltip position", "code": "<|Tooltip Position|button|tooltip_position=top|>"}
81
- {"prompt": "Button with rounded shape", "code": "<|Rounded|button|shape=rounded|>"}
82
- {"prompt": "Button with square shape", "code": "<|Square|button|shape=square|>"}
83
- {"prompt": "Button with custom text size", "code": "<|Text Size|button|text_size=14px|>"}
84
- {"prompt": "Button with gradient text", "code": "<|Gradient Text|button|text_gradient=red-blue|>"}
85
- {"prompt": "Button with left text alignment", "code": "<|Left Align|button|text_align=left|>"}
86
- {"prompt": "Button with right text alignment", "code": "<|Right Align|button|text_align=right|>"}
87
- {"prompt": "Button with centered text", "code": "<|Center Text|button|text_align=center|>"}
88
- {"prompt": "Button with bold and italic text", "code": "<|Bold Italic|button|font_style=bold_italic|>"}
89
- {"prompt": "Button with custom font family (Times New Roman)", "code": "<|Custom Font|button|font_family='Times New Roman'|>"}
90
- {"prompt": "Button with multiline text", "code": "<|Multiline|button|multiline=True|>"}
91
- {"prompt": "Button with single line text", "code": "<|Single Line|button|multiline=False|>"}
92
- {"prompt": "Button with icon alignment (left)", "code": "<|Icon Left|button|icon_align=left|>"}
93
- {"prompt": "Button with icon alignment (right)", "code": "<|Icon Right|button|icon_align=right|>"}
94
- {"prompt": "Button with transparent background", "code": "<|Transparent|button|background=transparent|>"}
95
- {"prompt": "Button with solid background color", "code": "<|Solid Background|button|background=solid|>"}
96
- {"prompt": "Button with custom border (dotted)", "code": "<|Dotted Border|button|border=dotted|>"}
97
- {"prompt": "Button with custom border (solid)", "code": "<|Solid Border|button|border=solid|>"}
98
- {"prompt": "Button with icon only", "code": "<|Icon Only|button|icon_only=True|>"}
99
- {"prompt": "Button with text and icon", "code": "<|Text and Icon|button|icon_only=False|>"}
100
- {"prompt": "Button with custom z-index", "code": "<|Z-Index|button|z_index=100|>"}
 
1
+ {"instruction": "Create a 'Login' button for user authentication", "Markdown code": "<|Login|button|>"}
2
+ {"instruction": "Display a 'Sign Up' button for new user registration", "Markdown code": "<|Sign Up|button|>"}
3
+ {"instruction": "Show a 'Logout' button for ending user sessions", "Markdown code": "<|Logout|button|>"}
4
+ {"instruction": "Create a 'Refresh Data' button for updating content", "Markdown code": "<|Refresh Data|button|>"}
5
+ {"instruction": "Display a 'Submit Query' button for search operations", "Markdown code": "<|Submit Query|button|>"}
6
+ {"instruction": "Show a 'Load More' button for incremental data loading", "Markdown code": "<|Load More|button|>"}
7
+ {"instruction": "Create a 'Predict' button for machine learning predictions", "Markdown code": "<|Predict|button|>"}
8
+ {"instruction": "Display a 'Train Model' button for starting ML training", "Markdown code": "<|Train Model|button|>"}
9
+ {"instruction": "Show a 'Analyze' button for data analysis tasks", "Markdown code": "<|Analyze|button|>"}
10
+ {"instruction": "Create a 'Download Report' button for exporting data", "Markdown code": "<|Download Report|button|>"}
11
+ {"instruction": "Display a 'View Results' button for showing analysis outcomes", "Markdown code": "<|View Results|button|>"}
12
+ {"instruction": "Show a 'Save Progress' button for saving work", "Markdown code": "<|Save Progress|button|>"}
13
+ {"instruction": "Create an 'Upload Dataset' button for data input", "Markdown code": "<|Upload Dataset|button|>"}
14
+ {"instruction": "Display a 'Customize Settings' button for configuration", "Markdown code": "<|Customize Settings|button|>"}
15
+ {"instruction": "Show a 'Start Simulation' button for running models", "Markdown code": "<|Start Simulation|button|>"}
16
+ {"instruction": "Create a 'Reset Parameters' button for model adjustments", "Markdown code": "<|Reset Parameters|button|>"}
17
+ {"instruction": "Display a 'Deploy Model' button for model deployment", "Markdown code": "<|Deploy Model|button|>"}
18
+ {"instruction": "Show an 'Optimize' button for performance tuning", "Markdown code": "<|Optimize|button|>"}
19
+ {"instruction": "Create a 'Connect' button for linking to services or databases", "Markdown code": "<|Connect|button|>"}
20
+ {"instruction": "Display a 'Visualize Data' button for graphical representations", "Markdown code": "<|Visualize Data|button|>"}
21
+ {"instruction": "Create a 'Start' button", "Markdown code": "<|Start|button|>"}
22
+ {"instruction": "Display a 'Pause' button with a pause action", "Markdown code": "<|Pause|button|on_action=pause_action|>"}
23
+ {"instruction": "Show a 'Resume' button with a resume action", "Markdown code": "<|Resume|button|on_action=resume_action|>"}
24
+ {"instruction": "Create a 'Stop' button", "Markdown code": "<|Stop|button|>"}
25
+ {"instruction": "Display a 'Details' button", "Markdown code": "<|Details|button|>"}
26
+ {"instruction": "Show a 'Close' button with a close action", "Markdown code": "<|Close|button|on_action=close_action|>"}
27
+ {"instruction": "Create a 'Confirm' button", "Markdown code": "<|Confirm|button|>"}
28
+ {"instruction": "Display a 'Decline' button with a decline action", "Markdown code": "<|Decline|button|on_action=decline_action|>"}
29
+ {"instruction": "Show a 'Submit Feedback' button", "Markdown code": "<|Submit Feedback|button|>"}
30
+ {"instruction": "Create a 'Read More' button", "Markdown code": "<|Read More|button|>"}
31
+ {"instruction": "Display an 'Edit Profile' button with an edit profile action", "Markdown code": "<|Edit Profile|button|on_action=edit_profile|>"}
32
+ {"instruction": "Show a 'Save Changes' button with a save changes action", "Markdown code": "<|Save Changes|button|on_action=save_changes|>"}
33
+ {"instruction": "Create a 'Cancel Reservation' button", "Markdown code": "<|Cancel Reservation|button|>"}
34
+ {"instruction": "Display a 'View Details' button", "Markdown code": "<|View Details|button|>"}
35
+ {"instruction": "Show a 'Compare' button", "Markdown code": "<|Compare|button|>"}
36
+ {"instruction": "Create an 'Apply Now' button", "Markdown code": "<|Apply Now|button|>"}
37
+ {"instruction": "Display a 'Request Info' button", "Markdown code": "<|Request Info|button|>"}
38
+ {"instruction": "Show a 'Join Us' button", "Markdown code": "<|Join Us|button|>"}
39
+ {"instruction": "Create a 'See More' button", "Markdown code": "<|See More|button|>"}
40
+ {"instruction": "Display a 'Book Now' button", "Markdown code": "<|Book Now|button|>"}
41
+ {"instruction": "Create a 'Home' button", "Markdown code": "<|Home|button|>"}
42
+ {"instruction": "Set up a 'Login' button with a login action", "Markdown code": "<|Login|button|on_action=login_action|>"}
43
+ {"instruction": "Design a 'Back' button with a go back action", "Markdown code": "<|Back|button|on_action=go_back|>"}
44
+ {"instruction": "Implement a 'Next' button for navigation", "Markdown code": "<|Next|button|>"}
45
+ {"instruction": "Configure a 'Profile' button with profile-button identifier", "Markdown code": "<|Profile|button|id=profile-button|>"}
46
+ {"instruction": "Create a 'Logout' button with a logout action", "Markdown code": "<|Logout|button|on_action=logout_action|>"}
47
+ {"instruction": "Set up a 'Refresh' button", "Markdown code": "<|Refresh|button|>"}
48
+ {"instruction": "Design a 'Help' button with help information hover text", "Markdown code": "<|Help|button|hover_text=Get Help Information|>"}
49
+ {"instruction": "Implement a 'Download' button with a download action", "Markdown code": "<|Download|button|on_action=download_action|>"}
50
+ {"instruction": "Configure a 'Search' button with a search action", "Markdown code": "<|Search|button|on_action=search_action|>"}
51
+ {"instruction": "Create a 'Contact Us' button", "Markdown code": "<|Contact Us|button|>"}
52
+ {"instruction": "Set up an 'Upload' button with an upload action", "Markdown code": "<|Upload|button|on_action=upload_action|>"}
53
+ {"instruction": "Design a 'Settings' button with settings-button identifier", "Markdown code": "<|Settings|button|id=settings-button|>"}
54
+ {"instruction": "Implement an 'About' button", "Markdown code": "<|About|button|>"}
55
+ {"instruction": "Configure a 'Register' button with a registration action", "Markdown code": "<|Register|button|on_action=register_action|>"}
56
+ {"instruction": "Create an 'Add to Cart' button", "Markdown code": "<|Add to Cart|button|>"}
57
+ {"instruction": "Set up a 'View Cart' button with a view cart action", "Markdown code": "<|View Cart|button|on_action=view_cart|>"}
58
+ {"instruction": "Design a 'Checkout' button with a checkout action", "Markdown code": "<|Checkout|button|on_action=checkout|>"}
59
+ {"instruction": "Implement a 'Subscribe' button with a subscribe action", "Markdown code": "<|Subscribe|button|on_action=subscribe_action|>"}
60
+ {"instruction": "Configure a 'Learn More' button", "Markdown code": "<|Learn More|button|>"}
61
+ {"instruction": "Create a submit button", "Markdown code": "<|Submit|button|>"}
62
+ {"instruction": "Set up a save button with a custom action to save data", "Markdown code": "<|Save|button|on_action=save_data|>"}
63
+ {"instruction": "Design a cancel button with error class and cancel operation hover text", "Markdown code": "<|Cancel|button|class_name=error|hover_text=Cancel Operation|>"}
64
+ {"instruction": "Implement a full-width button", "Markdown code": "<|Full Width Button|button|class_name=fullwidth|>"}
65
+ {"instruction": "Configure an options button with secondary style and options-button identifier", "Markdown code": "<|Options|button|class_name=secondary|id=options-button|>"}
66
+ {"instruction": "Create a success button with a success action", "Markdown code": "<|Success|button|class_name=success|on_action=on_success|>"}
67
+ {"instruction": "Set up an inactive button", "Markdown code": "<|Inactive|button|active=False|>"}
68
+ {"instruction": "Design a warning button with warning style and be careful hover text", "Markdown code": "<|Warning|button|class_name=warning|hover_text=Be Careful!|>"}
69
+ {"instruction": "Implement a plain button with a plain action", "Markdown code": "<|Plain Button|button|class_name=plain|on_action=plain_action|>"}
70
+ {"instruction": "Configure a trigger function button with trigger-btn identifier", "Markdown code": "<|Trigger Function|button|on_action=trigger_function|id=trigger-btn|>"}
71
+ {"instruction": "Create a confirm button with fullwidth success style and confirm your choice hover text", "Markdown code": "<|Confirm|button|class_name=fullwidth success|hover_text=Confirm your choice|>"}
72
+ {"instruction": "Set up an error button with error style, handle error action, and inactive state", "Markdown code": "<|Error|button|class_name=error|on_action=handle_error|active=False|>"}
73
+ {"instruction": "Design a settings button with secondary style, open settings action, and adjust your settings hover text", "Markdown code": "<|Settings|button|class_name=secondary|on_action=open_settings|hover_text=Adjust your settings|>"}
74
+ {"instruction": "Implement an alert button with warning style, inactive state, and alert identifier", "Markdown code": "<|Alert|button|class_name=warning|active=False|id=alert-button|>"}
75
+ {"instruction": "Configure a submit form button with plain fullwidth style and submit form action", "Markdown code": "<|Submit|button|class_name=plain fullwidth|on_action=submit_form|>"}
76
+ {"instruction": "Create a complete button with success style, complete the task hover text, and complete-button identifier", "Markdown code": "<|Complete|button|class_name=success|hover_text=Complete the task|id=complete-button|>"}
77
+ {"instruction": "Set up a secondary action button with secondary style, secondary action, and inactive state", "Markdown code": "<|Secondary Action|button|class_name=secondary|on_action=secondary_action|active=False|>"}
78
+ {"instruction": "Design an abort button with error fullwidth style and abort process action", "Markdown code": "<|Abort|button|class_name=error fullwidth|on_action=abort_process|>"}
79
+ {"instruction": "Implement a warning button with warning style, warning action, and Warning! hover text", "Markdown code": "<|Warning|button|class_name=warning|on_action=warning_action|hover_text=Warning!|>"}
80
+ {"instruction": "Configure an execute button with execute command action, execute-btn identifier, and plain style", "Markdown code": "<|Execute|button|on_action=execute_command|id=execute-btn|class_name=plain|>"}
81
+ {"instruction": "Create a simple button with a label", "Markdown code": "<|Submit|button|>"}
82
+ {"instruction": "Set up a button with a custom action callback", "Markdown code": "<|Save|button|on_action=save_data|>"}
83
+ {"instruction": "Design a button with a specific CSS class and hover text", "Markdown code": "<|Cancel|button|class_name=error|hover_text=Cancel Operation|>"}
84
+ {"instruction": "Implement a button that expands to full width", "Markdown code": "<|Full Width Button|button|class_name=fullwidth|>"}
85
+ {"instruction": "Configure a button with a secondary style and a custom identifier", "Markdown code": "<|Options|button|class_name=secondary|id=options-button|>"}
86
+ {"instruction": "Create a button with a success style and an action callback", "Markdown code": "<|Success|button|class_name=success|on_action=on_success|>"}
87
+ {"instruction": "Set up a button that is initially inactive", "Markdown code": "<|Inactive|button|active=False|>"}
88
+ {"instruction": "Design a button with a warning style and a specific hover text", "Markdown code": "<|Warning|button|class_name=warning|hover_text=Be Careful!|>"}
89
+ {"instruction": "Implement a button with a plain style and a custom action callback", "Markdown code": "<|Plain Button|button|class_name=plain|on_action=plain_action|>"}
90
+ {"instruction": "Configure a button to trigger a specific function and have a unique identifier", "Markdown code": "<|Trigger Function|button|on_action=trigger_function|id=trigger-btn|>"}
91
+ {"instruction": "Create a full width button with a success style and hover text", "Markdown code": "<|Confirm|button|class_name=fullwidth success|hover_text=Confirm your choice|>"}
92
+ {"instruction": "Set up a button with an error style, custom action, and inactive state", "Markdown code": "<|Error|button|class_name=error|on_action=handle_error|active=False|>"}
93
+ {"instruction": "Design a secondary style button with a specific action callback and hover text", "Markdown code": "<|Settings|button|class_name=secondary|on_action=open_settings|hover_text=Adjust your settings|>"}
94
+ {"instruction": "Implement a button with a warning style, inactive state, and custom identifier", "Markdown code": "<|Alert|button|class_name=warning|active=False|id=alert-button|>"}
95
+ {"instruction": "Configure a plain style button that expands to full width and has a specific action", "Markdown code": "<|Submit|button|class_name=plain fullwidth|on_action=submit_form|>"}
96
+ {"instruction": "Create a button with a success style, specific hover text, and custom identifier", "Markdown code": "<|Complete|button|class_name=success|hover_text=Complete the task|id=complete-button|>"}
97
+ {"instruction": "Set up a button with a secondary style and an action callback, also inactive", "Markdown code": "<|Secondary Action|button|class_name=secondary|on_action=secondary_action|active=False|>"}
98
+ {"instruction": "Design a button with an error style and a custom action, also full width", "Markdown code": "<|Abort|button|class_name=error fullwidth|on_action=abort_process|>"}
99
+ {"instruction": "Implement a warning style button with a specific action callback and hover text", "Markdown code": "<|Warning|button|class_name=warning|on_action=warning_action|hover_text=Warning!|>"}
100
+ {"instruction": "Configure a button to trigger a function, have a unique identifier, and use a plain style", "Markdown code": "<|Execute|button|on_action=execute_command|id=execute-btn|class_name=plain|>"}