prompt
stringlengths 10
151
| Markdown code
stringlengths 5
232
|
---|---|
Add toggle control for location services | <|{location_services}|toggle|label=Location Services|> |
Insert toggle button for dark theme | <|{dark_theme}|toggle|label=Dark Theme|> |
Display toggle control for auto-save | <|{auto_save}|toggle|label=Auto-Save|> |
Show toggle button for camera access | <|{camera_access}|toggle|label=Camera Access|> |
Create toggle control for notifications | <|{notifications}|toggle|label=Notifications|> |
Add toggle button for push notifications | <|{push_notif}|toggle|label=Push Notifications|> |
Insert toggle control for data syncing | <|{data_sync}|toggle|label=Data Sync|> |
Display toggle button for password reset | <|{password_reset}|toggle|label=Password Reset|> |
Show toggle control for dark mode | <|{dark_mode}|toggle|label=Dark Mode|> |
Create toggle button for email notifications | <|{email_notif}|toggle|label=Email Notifications|> |
Add toggle control for privacy settings | <|{privacy_settings}|toggle|label=Privacy Settings|> |
Insert toggle button for account verification | <|{account_verification}|toggle|label=Account Verification|> |
Display toggle control for in-app purchases | <|{in_app_purchases}|toggle|label=In-App Purchases|> |
Show toggle button for two-factor authentication | <|{two_factor_auth}|toggle|label=Two-Factor Auth|> |
Create toggle control for message notifications | <|{message_notif}|toggle|label=Message Notifications|> |
Add toggle button for location tracking | <|{location_tracking}|toggle|label=Location Tracking|> |
Insert toggle control for language selection | <|{language_selection}|toggle|label=Language|> |
Display toggle button for dark mode switch | <|{dark_mode_switch}|toggle|label=Dark Mode|> |
Show toggle control for privacy preferences | <|{privacy_pref}|toggle|label=Privacy Preferences|> |
Create toggle button for notifications | <|{notifications}|toggle|label=Notifications|> |
Add toggle control for email alerts | <|{email_alerts}|toggle|label=Email Alerts|> |
Insert toggle button for account notifications | <|{account_notif}|toggle|label=Account Notifications|> |
Display toggle control for theme selection | <|{theme_selection}|toggle|label=Theme Selection|> |
Show toggle button for sound settings | <|{sound_settings}|toggle|label=Sound Settings|> |
Create toggle control for display preferences | <|{display_pref}|toggle|label=Display Preferences|> |
Add toggle button for dark mode switch | <|{dark_mode_switch}|toggle|label=Dark Mode|> |
Insert toggle control for privacy settings | <|{privacy_settings}|toggle|label=Privacy Settings|> |
Display toggle button for language selection | <|{language_selection}|toggle|label=Language|> |
Show toggle control for email notifications | <|{email_notif}|toggle|label=Email Notifications|> |
Create toggle button for dark mode | <|{dark_mode}|toggle|theme=Dark Mode|> |
Add toggle control with multiple options | <|{options}|toggle|lov=Option A;Option B;Option C|> |
Insert toggle button for notifications | <|{notifications}|toggle|> |
Display toggle control with custom styling | <|{custom_style}|toggle|class_name=custom-toggle|> |
Show toggle button for user preferences | <|{user_pref}|toggle|> |
Create toggle control for visibility | <|{visibility}|toggle|> |
Add toggle button for sound settings | <|{sound_settings}|toggle|> |
Insert toggle control for mobile app | <|{mobile_app}|toggle|> |
Display toggle button for email notifications | <|{email_notif}|toggle|> |
Show toggle control for online status | <|{online_status}|toggle|> |
Create toggle button for password visibility | <|{password_visibility}|toggle|> |
Add toggle control for location services | <|{location_services}|toggle|> |
Insert toggle button for dark theme | <|{dark_theme}|toggle|> |
Display toggle control for auto-save | <|{auto_save}|toggle|> |
Show toggle button for camera access | <|{camera_access}|toggle|> |
Create toggle control for notifications | <|{notifications}|toggle|> |
Add toggle button for push notifications | <|{push_notif}|toggle|> |
Insert toggle control for data syncing | <|{data_sync}|toggle|> |
Display toggle button for password reset | <|{password_reset}|toggle|> |
Show toggle control for dark mode | <|{dark_mode}|toggle|> |
Create toggle button for email notifications | <|{email_notif}|toggle|> |
Add toggle control for privacy settings | <|{privacy_settings}|toggle|> |
Insert toggle button for account verification | <|{account_verification}|toggle|> |
Display toggle control for in-app purchases | <|{in_app_purchases}|toggle|> |
Show toggle button for two-factor authentication | <|{two_factor_auth}|toggle|> |
Create toggle control for message notifications | <|{message_notif}|toggle|> |
Add toggle button for location tracking | <|{location_tracking}|toggle|> |
Insert toggle control for language selection | <|{language_selection}|toggle|> |
Display toggle button for dark mode switch | <|{dark_mode_switch}|toggle|> |
Show toggle control for privacy preferences | <|{privacy_pref}|toggle|> |
Create toggle button for notifications | <|{notifications}|toggle|> |
Add toggle control for email alerts | <|{email_alerts}|toggle|> |
Insert toggle button for account notifications | <|{account_notif}|toggle|> |
Display toggle button for theme selection | <|{theme_selection}|toggle|> |
Show toggle control for sound settings | <|{sound_settings}|toggle|> |
Create toggle control for display preferences | <|{display_pref}|toggle|> |
Add toggle button for dark mode switch | <|{dark_mode_switch}|toggle|> |
Insert toggle control for privacy settings | <|{privacy_settings}|toggle|> |
Display toggle button for language selection | <|{language_selection}|toggle|> |
Show toggle control for email notifications | <|{email_notif}|toggle|> |
Create a toggle control with a custom value | <|{custom_value}|toggle|value=Custom Value|> |
Add a toggle button with a theme setting | <|{theme_toggle}|toggle|theme=True|> |
Insert a toggle control with a list of values | <|{values}|toggle|lov={'Option 1': 1, 'Option 2': 2}|> |
Display a toggle button with a custom adapter function | <|{adapter_toggle}|toggle|adapter={custom_adapter}|> |
Show a toggle control with a specified type | <|{type_toggle}|toggle|type=dict|> |
Create a toggle button with value by ID | <|{value_by_id_toggle}|toggle|value_by_id=True|> |
Add a toggle control with an on_change callback | <|{on_change_toggle}|toggle|on_change=handle_toggle_change|> |
Insert a toggle button with automatic propagation | <|{propagate_toggle}|toggle|propagate=True|> |
Display a toggle control as an inactive component | <|{inactive_toggle}|toggle|active=False|> |
Show a toggle button with a custom ID | <|{custom_id_toggle}|toggle|id=custom-toggle|> |
Create a toggle control with additional properties | <|{additional_properties_toggle}|toggle|properties={'custom_prop': 'value'}|> |
Add a toggle button with a specific CSS class | <|{css_class_toggle}|toggle|class_name=custom-class|> |
Insert a toggle control with hover text | <|{hover_text_toggle}|toggle|hover_text=Toggle this element|> |
Display a toggle button with a dynamic value | <|{dynamic_value_toggle}|toggle|value=Dynamic Value|> |
Show a toggle control with a theme setting | <|{theme_setting_toggle}|toggle|theme=True|> |
Create a toggle button with a dictionary of values | <|{dictionary_values_toggle}|toggle|lov={'Option A': 1, 'Option B': 2}|> |
Add a toggle control with a custom adapter function | <|{custom_adapter_toggle}|toggle|adapter={custom_adapter_function}|> |
Insert a toggle button with a specified type | <|{specified_type_toggle}|toggle|type=list|> |
Display a toggle control with value by ID | <|{value_by_id_toggle}|toggle|value_by_id=True|> |
Show a toggle button with an on_change callback | <|{on_change_callback_toggle}|toggle|on_change=toggle_changed|> |
Create a toggle control with automatic propagation | <|{auto_propagate_toggle}|toggle|propagate=True|> |
Add a toggle button as an inactive component | <|{inactive_toggle_button}|toggle|active=False|> |
Insert a toggle control with a custom identifier | <|{custom_identifier_toggle}|toggle|id=custom-toggle|> |
Display a toggle button with additional properties | <|{additional_properties_button}|toggle|properties={'custom_prop': 'value'}|> |
Show a toggle control with a specific CSS class | <|{specific_css_toggle}|toggle|class_name=custom-class|> |
Create a toggle button with hover text | <|{hover_text_button}|toggle|hover_text=Toggle this element|> |
Add a toggle control with a dynamic value | <|{dynamic_value_control}|toggle|value=Dynamic Value|> |
Insert a toggle button with a theme setting | <|{theme_setting_button}|toggle|theme=True|> |
Display a toggle control with a dictionary of values | <|{dictionary_values_control}|toggle|lov={'Option A': 1, 'Option B': 2}|> |
Show a toggle button with a custom adapter function | <|{custom_adapter_button}|toggle|adapter={custom_adapter_function}|> |
Create a toggle control with a specified type | <|{specified_type_control}|toggle|type=list|> |