prompt
stringlengths
10
151
Markdown code
stringlengths
5
232
Add a date range for digital transformation initiative
<|{transformation_initiative}|date_range|>
Create a date range for customer data analysis
<|{customer_data_analysis}|date_range|>
Show a date range for market trend prediction study
<|{market_trend_study}|date_range|>
Display a date range for AI ethics review period
<|{ethics_review_period}|date_range|>
Insert a date range for business intelligence training
<|{bi_training_period}|date_range|>
Add a date range for AI startup incubation period
<|{startup_incubation_period}|date_range|>
Create a date range for evaluating AI model performance
<|{model_evaluation_period}|date_range|>
Show a date range for a data science team's sprint cycle
<|{sprint_cycle}|date_range|>
Display a date range for a customer segmentation project
<|{segmentation_project_period}|date_range|>
Insert a date range for an AI-powered marketing campaign
<|{ai_marketing_campaign}|date_range|>
Add a date range for machine learning model versioning
<|{model_versioning_period}|date_range|>
Create a date range for an AI product beta testing phase
<|{beta_testing_phase}|date_range|>
Show a date range for a business intelligence report analysis
<|{bi_report_analysis_period}|date_range|>
Display a date range for implementing an ERP system
<|{erp_implementation_period}|date_range|>
Insert a date range for AI ethics policy development
<|{ethics_policy_development}|date_range|>
Add a date range for a corporate digital security upgrade
<|{security_upgrade_period}|date_range|>
Create a date range for a quarterly AI innovation workshop
<|{innovation_workshop_quarter}|date_range|>
Show a date range for a cloud computing migration project
<|{cloud_migration_project}|date_range|>
Display a date range for an AI startup funding round
<|{funding_round_period}|date_range|>
Insert a date range for a sales forecasting analysis
<|{sales_forecasting_period}|date_range|>
Add a date range for a machine learning patent filing
<|{patent_filing_period}|date_range|>
Create a date range for a big data analytics project
<|{big_data_project_duration}|date_range|>
Show a date range for an e-commerce platform optimization
<|{ecommerce_optimization_period}|date_range|>
Display a date range for a fintech app development sprint
<|{fintech_development_sprint}|date_range|>
Insert a date range for AI-driven customer support analysis
<|{customer_support_analysis_period}|date_range|>
Add a date range for a blockchain technology study
<|{blockchain_study_period}|date_range|>
Basic dialog with close action
<|{show_dialog}|dialog|on_action={close_action}|>
Dialog with custom labels and callback
<|dialog|open={show_dialog}|on_action=dialog_action|labels='OK;Cancel'|>
Dialog with set width and height
<|{show_dialog}|dialog|width='400px'|height='300px'|>
Dialog with content from a page
<|{show_dialog}|dialog|page='page_name'|>
Dialog with content from a partial
<|{show_dialog}|dialog|partial={partial_content}|>
Dialog with custom class and hover text
<|{show_dialog}|dialog|class_name='custom_dialog'|hover_text='Dialog info'|>
Dynamically activated dialog
<|dialog|open={show_dialog}|active='dynamic_state'|>
Dialog with custom id and close label
<|{show_dialog}|dialog|id='custom_dialog_id'|close_label='Exit'|>
Dialog with inline content and labels
<|{show_dialog}|dialog|labels='Accept;Reject'|>
Dialog with additional properties
<|{show_dialog}|dialog|properties={'key1': 'value1', 'key2': 'value2'}|>
Dialog with custom width and auto height
<|{show_dialog}|dialog|width='50%'|height='auto'|>
Dialog with a single 'OK' label
<|{show_dialog}|dialog|labels='OK'|>
Dialog with multiple action buttons
<|{show_dialog}|dialog|labels='Yes;No;Maybe'|>
Dialog with specified close label tooltip
<|{show_dialog}|dialog|close_label='Exit'|>
Dialog with dynamic content and class
<|{show_dialog}|dialog|partial={dynamic_content}|class_name='dynamic_class'|>
Minimal dialog with no labels
<|{show_dialog}|dialog|labels=''|>
Dialog with custom on_action callback
<|{show_dialog}|dialog|on_action='custom_action'|>
Dialog with dynamic state and id
<|dialog|open={show_dialog}|active='dynamic_state'|id='dialog_id'|>
Dialog with hover text and dimensions
<|{show_dialog}|dialog|hover_text='Information'|width='300px'|height='200px'|>
Dialog with additional properties
<|{show_dialog}|dialog|properties={'prop1': 'value1', 'prop2': 'value2'}|>
Create a dialog for error messages
<|{show_dialog}|dialog|title='Error Message'|>
Show a dialog for successful operation
<|{show_dialog}|dialog|title='Success'|>
Add a dialog for warning alerts
<|{show_dialog}|dialog|title='Warning'|>
Insert a dialog for user confirmation
<|{show_dialog}|dialog|>
Create a dialog for file uploads
<|{show_dialog}|dialog|>
Show a dialog with form inputs
<|{show_dialog}|dialog|>
Add a dialog for user registration
<|{show_dialog}|dialog|>
Insert a dialog for profile updates
<|{show_dialog}|dialog|>
Create a dialog for terms of service
<|{show_dialog}|dialog|>
Show a dialog for system updates
<|{show_dialog}|dialog|>
Add a dialog for event details
<|{show_dialog}|dialog|>
Insert a dialog for appointment booking
<|{show_dialog}|dialog|>
Create a dialog for password reset
<|{show_dialog}|dialog|>
Show a dialog for data analysis results
<|{show_dialog}|dialog|>
Add a dialog for location settings
<|{show_dialog}|dialog|>
Insert a dialog for privacy settings
<|{show_dialog}|dialog|>
Create a dialog for feedback collection
<|{show_dialog}|dialog|>
Show a dialog for customer support
<|{show_dialog}|dialog|>
Add a dialog for product reviews
<|{show_dialog}|dialog|>
Insert a dialog for subscription options
<|{show_dialog}|dialog|>
Create a dialog for shipping information
<|{show_dialog}|dialog|>
Show a dialog for order confirmation
<|{show_dialog}|dialog|>
Add a dialog for payment processing
<|{show_dialog}|dialog|>
Insert a dialog for discount offers
<|{show_dialog}|dialog|>
Create a dialog for user tutorials
<|{show_dialog}|dialog|>
Show a dialog for account deactivation
<|{show_dialog}|dialog|>
Add a dialog for service outages
<|{show_dialog}|dialog|>
Insert a dialog for feature requests
<|{show_dialog}|dialog|>
Create a dialog for team collaboration
<|{show_dialog}|dialog|>
Show a dialog for software licensing
<|{show_dialog}|dialog|>
Basic expandable with title.
<|Title|expandable|>
Expandable initially expanded.
<|Title|expandable|expanded=True|>
Expandable initially collapsed.
<|Title|expandable|expanded=False|>
Expandable with ID.
<|Title|expandable|id=my_expandable|>
Expandable with custom classes.
<|Title|expandable|class_name='class1 class2'|>
Expandable with hover text.
<|Title|expandable|hover_text='Info about expandable'|>
Expandable with page content.
<|Title|expandable|page=page_name|>
Expandable with partial content.
<|Title|expandable|partial={partial}|>
Expandable with custom properties.
<|Title|expandable|properties={key: 'value'}|>
Expandable with dynamic content.
<|Title|expandable|content={dynamic_content}|>
Expandable with fixed position.
<|Title|expandable|position=fixed|>
Expandable with absolute position.
<|Title|expandable|position=absolute|>
Expandable with z-index.
<|Title|expandable|z_index=10|>
Expandable with border.
<|Title|expandable|border='1px solid black'|>
Expandable with padding.
<|Title|expandable|padding='20px'|>
Expandable with margin.
<|Title|expandable|margin='10px'|>
Small gap expandable.
<|Title|expandable|gap='10px'|>
Large gap expandable.
<|Title|expandable|gap='2rem'|>
Expandable with custom style.
<|Title|expandable|style='background-color: blue;'|>
Expandable with grouped controls.
<|Title|expandable| <|{Control 1}|> <|{Control 2}|> |>
Expandable with conditional rendering.
<|Title|expandable|render={conditional}| <|{Some Content}|> |>
Expandable with a specific width.
<|Title|expandable|width='100px'| <|{Some Content}|> |>
Expandable with a specific height.
<|Title|expandable|height='100px'| <|{Some Content}|> |>
Responsive expandable.
<|Title|expandable|responsive| <|{Some Content}|> |>