prompt
stringlengths
10
151
Markdown code
stringlengths
5
232
Create a 'Login' button for user authentication
<|Login|button|>
Display a 'Sign Up' button for new user registration
<|Sign Up|button|>
Show a 'Logout' button for ending user sessions
<|Logout|button|>
Create a 'Refresh Data' button for updating content
<|Refresh Data|button|>
Display a 'Submit Query' button for search operations
<|Submit Query|button|>
Show a 'Load More' button for incremental data loading
<|Load More|button|>
Create a 'Predict' button for machine learning predictions
<|Predict|button|>
Display a 'Train Model' button for starting ML training
<|Train Model|button|>
Show a 'Analyze' button for data analysis tasks
<|Analyze|button|>
Create a 'Download Report' button for exporting data
<|Download Report|button|>
Display a 'View Results' button for showing analysis outcomes
<|View Results|button|>
Show a 'Save Progress' button for saving work
<|Save Progress|button|>
Create an 'Upload Dataset' button for data input
<|Upload Dataset|button|>
Display a 'Customize Settings' button for configuration
<|Customize Settings|button|>
Show a 'Start Simulation' button for running models
<|Start Simulation|button|>
Create a 'Reset Parameters' button for model adjustments
<|Reset Parameters|button|>
Display a 'Deploy Model' button for model deployment
<|Deploy Model|button|>
Show an 'Optimize' button for performance tuning
<|Optimize|button|>
Create a 'Connect' button for linking to services or databases
<|Connect|button|>
Display a 'Visualize Data' button for graphical representations
<|Visualize Data|button|>
Create a 'Start' button
<|Start|button|>
Display a 'Pause' button with a pause action
<|Pause|button|on_action=pause_action|>
Show a 'Resume' button with a resume action
<|Resume|button|on_action=resume_action|>
Create a 'Stop' button
<|Stop|button|>
Display a 'Details' button
<|Details|button|>
Show a 'Close' button with a close action
<|Close|button|on_action=close_action|>
Create a 'Confirm' button
<|Confirm|button|>
Display a 'Decline' button with a decline action
<|Decline|button|on_action=decline_action|>
Show a 'Submit Feedback' button
<|Submit Feedback|button|>
Create a 'Read More' button
<|Read More|button|>
Display an 'Edit Profile' button with an edit profile action
<|Edit Profile|button|on_action=edit_profile|>
Show a 'Save Changes' button with a save changes action
<|Save Changes|button|on_action=save_changes|>
Create a 'Cancel Reservation' button
<|Cancel Reservation|button|>
Display a 'View Details' button
<|View Details|button|>
Show a 'Compare' button
<|Compare|button|>
Create an 'Apply Now' button
<|Apply Now|button|>
Display a 'Request Info' button
<|Request Info|button|>
Show a 'Join Us' button
<|Join Us|button|>
Create a 'See More' button
<|See More|button|>
Display a 'Book Now' button
<|Book Now|button|>
Create a 'Home' button
<|Home|button|>
Set up a 'Login' button with a login action
<|Login|button|on_action=login_action|>
Design a 'Back' button with a go back action
<|Back|button|on_action=go_back|>
Implement a 'Next' button for navigation
<|Next|button|>
Configure a 'Profile' button with profile-button identifier
<|Profile|button|id=profile-button|>
Create a 'Logout' button with a logout action
<|Logout|button|on_action=logout_action|>
Set up a 'Refresh' button
<|Refresh|button|>
Design a 'Help' button with help information hover text
<|Help|button|hover_text=Get Help Information|>
Implement a 'Download' button with a download action
<|Download|button|on_action=download_action|>
Configure a 'Search' button with a search action
<|Search|button|on_action=search_action|>
Create a 'Contact Us' button
<|Contact Us|button|>
Set up an 'Upload' button with an upload action
<|Upload|button|on_action=upload_action|>
Design a 'Settings' button with settings-button identifier
<|Settings|button|id=settings-button|>
Implement an 'About' button
<|About|button|>
Configure a 'Register' button with a registration action
<|Register|button|on_action=register_action|>
Create an 'Add to Cart' button
<|Add to Cart|button|>
Set up a 'View Cart' button with a view cart action
<|View Cart|button|on_action=view_cart|>
Design a 'Checkout' button with a checkout action
<|Checkout|button|on_action=checkout|>
Implement a 'Subscribe' button with a subscribe action
<|Subscribe|button|on_action=subscribe_action|>
Configure a 'Learn More' button
<|Learn More|button|>
Create a submit button
<|Submit|button|>
Set up a save button with a custom action to save data
<|Save|button|on_action=save_data|>
Design a cancel button with error class and cancel operation hover text
<|Cancel|button|class_name=error|hover_text=Cancel Operation|>
Implement a full-width button
<|Full Width Button|button|class_name=fullwidth|>
Configure an options button with secondary style and options-button identifier
<|Options|button|class_name=secondary|id=options-button|>
Create a success button with a success action
<|Success|button|class_name=success|on_action=on_success|>
Set up an inactive button
<|Inactive|button|active=False|>
Design a warning button with warning style and be careful hover text
<|Warning|button|class_name=warning|hover_text=Be Careful!|>
Implement a plain button with a plain action
<|Plain Button|button|class_name=plain|on_action=plain_action|>
Configure a trigger function button with trigger-btn identifier
<|Trigger Function|button|on_action=trigger_function|id=trigger-btn|>
Create a confirm button with fullwidth success style and confirm your choice hover text
<|Confirm|button|class_name=fullwidth success|hover_text=Confirm your choice|>
Set up an error button with error style, handle error action, and inactive state
<|Error|button|class_name=error|on_action=handle_error|active=False|>
Design a settings button with secondary style, open settings action, and adjust your settings hover text
<|Settings|button|class_name=secondary|on_action=open_settings|hover_text=Adjust your settings|>
Implement an alert button with warning style, inactive state, and alert identifier
<|Alert|button|class_name=warning|active=False|id=alert-button|>
Configure a submit form button with plain fullwidth style and submit form action
<|Submit|button|class_name=plain fullwidth|on_action=submit_form|>
Create a complete button with success style, complete the task hover text, and complete-button identifier
<|Complete|button|class_name=success|hover_text=Complete the task|id=complete-button|>
Set up a secondary action button with secondary style, secondary action, and inactive state
<|Secondary Action|button|class_name=secondary|on_action=secondary_action|active=False|>
Design an abort button with error fullwidth style and abort process action
<|Abort|button|class_name=error fullwidth|on_action=abort_process|>
Implement a warning button with warning style, warning action, and Warning! hover text
<|Warning|button|class_name=warning|on_action=warning_action|hover_text=Warning!|>
Configure an execute button with execute command action, execute-btn identifier, and plain style
<|Execute|button|on_action=execute_command|id=execute-btn|class_name=plain|>
Create a simple button with a label
<|Submit|button|>
Set up a button with a custom action callback
<|Save|button|on_action=save_data|>
Design a button with a specific CSS class and hover text
<|Cancel|button|class_name=error|hover_text=Cancel Operation|>
Implement a button that expands to full width
<|Full Width Button|button|class_name=fullwidth|>
Configure a button with a secondary style and a custom identifier
<|Options|button|class_name=secondary|id=options-button|>
Create a button with a success style and an action callback
<|Success|button|class_name=success|on_action=on_success|>
Set up a button that is initially inactive
<|Inactive|button|active=False|>
Design a button with a warning style and a specific hover text
<|Warning|button|class_name=warning|hover_text=Be Careful!|>
Implement a button with a plain style and a custom action callback
<|Plain Button|button|class_name=plain|on_action=plain_action|>
Configure a button to trigger a specific function and have a unique identifier
<|Trigger Function|button|on_action=trigger_function|id=trigger-btn|>
Create a full width button with a success style and hover text
<|Confirm|button|class_name=fullwidth success|hover_text=Confirm your choice|>
Set up a button with an error style, custom action, and inactive state
<|Error|button|class_name=error|on_action=handle_error|active=False|>
Design a secondary style button with a specific action callback and hover text
<|Settings|button|class_name=secondary|on_action=open_settings|hover_text=Adjust your settings|>
Implement a button with a warning style, inactive state, and custom identifier
<|Alert|button|class_name=warning|active=False|id=alert-button|>
Configure a plain style button that expands to full width and has a specific action
<|Submit|button|class_name=plain fullwidth|on_action=submit_form|>
Create a button with a success style, specific hover text, and custom identifier
<|Complete|button|class_name=success|hover_text=Complete the task|id=complete-button|>
Set up a button with a secondary style and an action callback, also inactive
<|Secondary Action|button|class_name=secondary|on_action=secondary_action|active=False|>
Design a button with an error style and a custom action, also full width
<|Abort|button|class_name=error fullwidth|on_action=abort_process|>
Implement a warning style button with a specific action callback and hover text
<|Warning|button|class_name=warning|on_action=warning_action|hover_text=Warning!|>
Configure a button to trigger a function, have a unique identifier, and use a plain style
<|Execute|button|on_action=execute_command|id=execute-btn|class_name=plain|>