Add playground example loader

This commit is contained in:
2026-06-25 03:39:40 +09:00
parent f928028007
commit c26f9ca50a
4 changed files with 238 additions and 22 deletions
+24 -1
View File
@@ -281,7 +281,30 @@ main.playground {
.playground-actions {
align-items: center;
display: flex;
gap: 12px;
flex-wrap: wrap;
gap: 8px;
justify-content: flex-end;
}
.example-picker {
align-items: center;
color: var(--muted);
display: flex;
font-size: 12px;
font-weight: 700;
gap: 6px;
text-transform: uppercase;
}
.example-picker select {
background: var(--surface);
border: 1px solid var(--border);
border-radius: 8px;
color: var(--text);
font: inherit;
min-width: 180px;
padding: 7px 10px;
text-transform: none;
}
button {