Create expandable.jsonl
Browse files- expandable.jsonl +30 -0
expandable.jsonl
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"prompt": "Basic expandable with title.", "Markdown code": "<|Title|expandable|>"}
|
| 2 |
+
{"prompt": "Expandable initially expanded.", "Markdown code": "<|Title|expandable|expanded=True|>"}
|
| 3 |
+
{"prompt": "Expandable initially collapsed.", "Markdown code": "<|Title|expandable|expanded=False|>"}
|
| 4 |
+
{"prompt": "Expandable with ID.", "Markdown code": "<|Title|expandable|id=my_expandable|>"}
|
| 5 |
+
{"prompt": "Expandable with custom classes.", "Markdown code": "<|Title|expandable|class_name='class1 class2'|>"}
|
| 6 |
+
{"prompt": "Expandable with hover text.", "Markdown code": "<|Title|expandable|hover_text='Info about expandable'|>"}
|
| 7 |
+
{"prompt": "Expandable with page content.", "Markdown code": "<|Title|expandable|page=page_name|>"}
|
| 8 |
+
{"prompt": "Expandable with partial content.", "Markdown code": "<|Title|expandable|partial={partial}|>"}
|
| 9 |
+
{"prompt": "Expandable with custom properties.", "Markdown code": "<|Title|expandable|properties={key: 'value'}|>"}
|
| 10 |
+
{"prompt": "Expandable with dynamic content.", "Markdown code": "<|Title|expandable|content={dynamic_content}|>"}
|
| 11 |
+
{"prompt": "Expandable with fixed position.", "Markdown code": "<|Title|expandable|position=fixed|>"}
|
| 12 |
+
{"prompt": "Expandable with absolute position.", "Markdown code": "<|Title|expandable|position=absolute|>"}
|
| 13 |
+
{"prompt": "Expandable with z-index.", "Markdown code": "<|Title|expandable|z_index=10|>"}
|
| 14 |
+
{"prompt": "Expandable with border.", "Markdown code": "<|Title|expandable|border='1px solid black'|>"}
|
| 15 |
+
{"prompt": "Expandable with padding.", "Markdown code": "<|Title|expandable|padding='20px'|>"}
|
| 16 |
+
{"prompt": "Expandable with margin.", "Markdown code": "<|Title|expandable|margin='10px'|>"}
|
| 17 |
+
{"prompt": "Small gap expandable.", "Markdown code": "<|Title|expandable|gap='10px'|>"}
|
| 18 |
+
{"prompt": "Large gap expandable.", "Markdown code": "<|Title|expandable|gap='2rem'|>"}
|
| 19 |
+
{"prompt": "Expandable with custom style.", "Markdown code": "<|Title|expandable|style='background-color: blue;'|>"}
|
| 20 |
+
{"prompt": "Expandable with grouped controls.", "Markdown code": "<|Title|expandable|\n <|{Control 1}|>\n <|{Control 2}|>\n|>"}
|
| 21 |
+
{"prompt": "Expandable with conditional rendering.", "Markdown code": "<|Title|expandable|render={conditional}|\n <|{Some Content}|>\n|>"}
|
| 22 |
+
{"prompt": "Expandable with a specific width.", "Markdown code": "<|Title|expandable|width='100px'|\n <|{Some Content}|>\n|>"}
|
| 23 |
+
{"prompt": "Expandable with a specific height.", "Markdown code": "<|Title|expandable|height='100px'|\n <|{Some Content}|>\n|>"}
|
| 24 |
+
{"prompt": "Responsive expandable.", "Markdown code": "<|Title|expandable|responsive|\n <|{Some Content}|>\n|>"}
|
| 25 |
+
{"prompt": "Expandable with alignment.", "Markdown code": "<|Title|expandable|align='center'|\n <|{Some Content}|>\n|>"}
|
| 26 |
+
{"prompt": "Expandable with vertical orientation.", "Markdown code": "<|Title|expandable|orientation='vertical'|\n <|{Some Content}|>\n|>"}
|
| 27 |
+
{"prompt": "Expandable with horizontal orientation.", "Markdown code": "<|Title|expandable|orientation='horizontal'|\n <|{Some Content}|>\n|>"}
|
| 28 |
+
{"prompt": "Expandable with background color.", "Markdown code": "<|Title|expandable|background_color='red'|\n <|{Some Content}|>\n|>"}
|
| 29 |
+
{"prompt": "Expandable with block content.", "Markdown code": "<|Title|expandable|\n <|{Block content here}|>\n|>"}
|
| 30 |
+
{"prompt": "Expandable toggling expanded state.", "Markdown code": "<|Title|expandable|expand={toggle_state}|>"}
|