prompt
stringlengths
10
151
Markdown code
stringlengths
5
232
Display slider for score selection
<|{display_score}|slider|min=0|max=100|>
Insert a slider, range and labels
<|{insert_range_labels}|slider|labels=True|min=1|max=5|>
Create slider, vertical and continuous
<|{create_vertical_continuous}|slider|orientation=vertical|continuous=True|>
Add slider for time duration
<|{add_duration}|slider|min=0|max=60|>
Show slider with step and hover
<|{show_step_hover}|slider|step=2|hover_text='Select Step'|>
Display slider, range 0 to 10
<|{display_0to10}|slider|min=0|max=10|>
Insert a slider for percentage
<|{insert_percentage}|slider|min=0|max=100|>
Create slider, custom labels and step
<|{create_labels_step}|slider|labels=True|step=10|>
Add slider for selecting distance
<|{add_distance}|slider|min=0|max=1000|>
Show slider, vertical with labels
<|{show_vertical_labels}|slider|orientation=vertical|labels=True|>
Display slider, custom hover and width
<|{display_hover_width}|slider|hover_text='Adjust Width'|width='250px'|>
Insert a slider for level control
<|{insert_level}|slider|min=1|max=10|>
Create slider, active with custom range
<|{create_active_range}|slider|active=True|min=10|max=50|>
Add slider with hover text and orientation
<|{add_hover_orientation}|slider|hover_text='Orientation'|orientation=vertical|>
Show slider for luminosity setting
<|{show_luminosity}|slider|min=0|max=255|>
Display slider, continuous and active
<|{display_continuous_active}|slider|continuous=True|active=True|>
Create slider with continuous update
<|{create_continuous}|slider|continuous=True|>
Add slider with custom min and max
<|{add_custom_range}|slider|min=5|max=50|>
Show slider, horizontal orientation
<|{show_horizontal}|slider|>
Display slider with labels for ranges
<|{display_range_labels}|slider|labels=True|>
Insert a slider for selecting quantity
<|{insert_quantity}|slider|min=1|max=100|>
Create slider, set width and hover text
<|{create_width_hover}|slider|width='300px'|hover_text='Select Value'|>
Add slider for age selection
<|{add_age}|slider|min=18|max=100|>
Show slider with custom step value
<|{show_step}|slider|step=5|>
Display slider for speed control
<|{display_speed}|slider|min=0|max=120|>
Insert a slider with active state
<|{insert_active}|slider|active=True|>
Create slider for height range
<|{create_height}|slider|min=100|max=250|>
Add slider, vertical with custom range
<|{add_vertical_custom}|slider|orientation=vertical|min=0|max=10|>
Show slider for volume adjustment
<|{show_volume}|slider|min=0|max=100|>
Display slider with text anchored left
<|{display_text_left}|slider|text_anchor=left|>
Insert a slider for temperature setting
<|{insert_temperature}|slider|min=-10|max=40|>
Create slider with predefined color options
<|{create_color}|slider|lov=Red;Green;Blue|>
Add slider, set hover text and delay
<|{add_hover_delay}|slider|hover_text='Select Delay'|change_delay=200|>
Show slider for weight range
<|{show_weight}|slider|min=50|max=150|>
Display slider, custom labels and active
<|{display_custom_labels}|slider|labels=True|active=True|>
Insert a slider for size selection
<|{insert_size}|slider|min=XS|max=XXL|>
Create slider, horizontal with hover text
<|{create_horizontal_hover}|slider|hover_text='Move Slider'|>
Add slider with text anchored bottom
<|{add_text_bottom}|slider|text_anchor=bottom|>
Show slider, custom width and continuous
<|{show_width_continuous}|slider|width='400px'|continuous=True|>
Display slider for score selection
<|{display_score}|slider|min=0|max=100|>
Insert a slider, range and labels
<|{insert_range_labels}|slider|labels=True|min=1|max=5|>
Create slider, vertical and continuous
<|{create_vertical_continuous}|slider|orientation=vertical|continuous=True|>
Add slider for time duration
<|{add_duration}|slider|min=0|max=60|>
Show slider with step and hover
<|{show_step_hover}|slider|step=2|hover_text='Select Step'|>
Display slider, range 0 to 10
<|{display_0to10}|slider|min=0|max=10|>
Insert a slider for percentage
<|{insert_percentage}|slider|min=0|max=100|>
Create slider, custom labels and step
<|{create_labels_step}|slider|labels=True|step=10|>
Add slider for selecting distance
<|{add_distance}|slider|min=0|max=1000|>
Show slider, vertical with labels
<|{show_vertical_labels}|slider|orientation=vertical|labels=True|>
Display slider, custom hover and width
<|{display_hover_width}|slider|hover_text='Adjust Width'|width='250px'|>
Insert a slider for level control
<|{insert_level}|slider|min=1|max=10|>
Create slider, active with custom range
<|{create_active_range}|slider|active=True|min=10|max=50|>
Add slider with hover text and orientation
<|{add_hover_orientation}|slider|hover_text='Orientation'|orientation=vertical|>
Show slider for luminosity setting
<|{show_luminosity}|slider|min=0|max=255|>
Display slider, continuous and active
<|{display_continuous_active}|slider|continuous=True|active=True|>
Create a slider with these values 0,5,10
<|{value}|slider|lov=0;5;10|>
Create a slider with these values 1,2,3
<|{value}|slider|lov=1;2;3|>
Create a slider with these values 10,20,30
<|{value}|slider|lov=10;20;30|>
Create a slider with these values 5,15,25
<|{value}|slider|lov=5;15;25|>
Create a slider with these values 2,4,6
<|{value}|slider|lov=2;4;6|>
Create a slider with these values 100,200,300
<|{value}|slider|lov=100;200;300|>
Create a slider with these values 7,14,21
<|{value}|slider|lov=7;14;21|>
Create a slider with these values 8,16,24
<|{value}|slider|lov=8;16;24|>
Create a slider with these values 50,75,100
<|{value}|slider|lov=50;75;100|>
Create a slider with these values 3,6,9
<|{value}|slider|lov=3;6;9|>
Create a slider with these values 15,30,45
<|{value}|slider|lov=15;30;45|>
Create a slider with these values 12,24,36
<|{value}|slider|lov=12;24;36|>
Create a slider with these values 11,22,33
<|{value}|slider|lov=11;22;33|>
Create a slider with these values 9,18,27
<|{value}|slider|lov=9;18;27|>
Create a slider with these values 6,12,18
<|{value}|slider|lov=6;12;18|>
Display 'info' status
<|{value}|status|value=('info', 'Information message')|>
Show status list, no dismiss
<|{value}|status|value=[('error', 'Error message'), ('warning', 'Warning message')]|without_close|>
'Success' status with hover
<|{value}|status|value=('success', 'Success message')|hover_text='Hover over for details'|>
Show 'error' status list
<|{value}|status|value=[('error', 'Error 1'), ('error', 'Error 2')]|>
Display 'warning' status, ID
<|{value}|status|value=('warning', 'Warning message')|id='status-1'|>
Show status list, custom style
<|{value}|status|value=[('info', 'Info message'), ('error', 'Error message'), ('success', 'Success message')]|class_name='custom-status-list'|>
Display custom 'success' status
<|{value}|status|value={'status': 'success', 'message': 'Custom success message'}|>
Show status list with hover
<|{value}|status|value=[{'status': 'error', 'message': 'Custom error message'}, {'status': 'warning', 'message': 'Custom warning message'}]|hover_text='Hover over for details'|>
Display 'info' status, no dismiss
<|{value}|status|value=('info', 'Information message')|without_close|>
Show random priority status list
<|{value}|status|value=[('error', 'Error message'), ('info', 'Info message'), ('warning', 'Warning message')]|without_close|>
Display 'info' status with selector
<|{value}|status|value=('info', 'Information message')|> <|{selection}|selector|lov=['Option 1', 'Option 2', 'Option 3']|>
Show statuses with dropdown menu
<|{value}|status|value=[('error', 'Error message'), ('warning', 'Warning message')]|> <|{menu_selection}|menu|lov=['Menu Option 1', 'Menu Option 2', 'Menu Option 3']|>
Display status with indicator
<|{indicator_val}|indicator|value=75|> <|{status_val}|status|value=('success', 'Success message')|>
Show selector, menu, multiple select
<|{selected_options}|selector|lov=['Option 1', 'Option 2', 'Option 3']|multiple|> <|{menu_selection}|menu|lov=['Menu Option 1', 'Menu Option 2', 'Menu Option 3']|>
Display status with navbar
<|{nav_links}|navbar|lov={'/page1': 'Page 1', '/page2': 'Page 2'}|> <|{status_val}|status|value=('warning', 'Warning message')|>
Show menu, selector with filter
<|{menu_selection}|menu|lov=['Menu Option 1', 'Menu Option 2', 'Menu Option 3']|> <|{filtered_selection}|selector|lov=['Item 1', 'Item 2', 'Item 3']|filter|>
Display status list with indicator
<|{status_val}|status|value=[('error', 'Error message'), ('info', 'Info message')]|> <|{indicator_val}|indicator|value=50|>
Show selector, menu, navbar
<|{dropdown_sel}|selector|lov=['Option 1', 'Option 2', 'Option 3']|dropdown|> <|{menu_selection}|menu|lov=['Menu Option 1', 'Menu Option 2', 'Menu Option 3']|> <|{nav_links}|navbar|lov={'/page1': 'Page 1', '/page2': 'Page 2'}|>
Display 'error' status with menu
<|{status_val}|status|value=('error', 'Error message')|> <|{menu_selection}|menu|lov=['Menu Option 1', 'Menu Option 2', 'Menu Option 3']|>
Show statuses, selector, indicator
<|{status_val}|status|value=[('warning', 'Warning message'), ('success', 'Success message')]|> <|{selector_sel}|selector|lov=['Item 1', 'Item 2', 'Item 3']|> <|{indicator_val}|indicator|value=75|>
Add status with 'info' priority
<|{add_value}|status|value=('info', 'Info message')|>
Show status, error message
<|{show_value}|status|value=('error', 'Error message')|>
Display status, success priority
<|{display_value}|status|value=('success', 'Success message')|>
Insert status, warning with hover
<|{insert_value}|status|value=('warning', 'Warning message')|hover_text='Warning details'|>
Create status, info with custom class
<|{create_value}|status|value=('info', 'Info message')|class_name='info-class'|>
Add status, multiple errors
<|{add_values}|status|value=[('error', 'Error 1'), ('error', 'Error 2')]|>
Show status, success with ID
<|{show_value}|status|value=('success', 'Success message')|id='status-success'|>
Display status, warning without close
<|{display_value}|status|value=('warning', 'Warning message')|without_close|>
Insert status, info with custom width
<|{insert_value}|status|value=('info', 'Info message')|width='300px'|>
Create status, error with hover text
<|{create_value}|status|value=('error', 'Error message')|hover_text='Error details'|>