|
20 | 20 | <p>This is an info message using --color-info-* variables.</p> |
21 | 21 | </div> |
22 | 22 |
|
| 23 | + <h2>Markdown Attention Blocks</h2> |
| 24 | + <div class="markup render-content"> |
| 25 | + <blockquote class="attention-header attention-note"><p>{{svg "octicon-info" 16 "attention-icon attention-note"}}<strong class="attention-note">Note</strong></p> |
| 26 | + <p>Useful information that users should know, even when skimming content.</p> |
| 27 | + </blockquote> |
| 28 | + <blockquote class="attention-header attention-tip"><p>{{svg "octicon-light-bulb" 16 "attention-icon attention-tip"}}<strong class="attention-tip">Tip</strong></p> |
| 29 | + <p>Helpful advice for doing things better or more easily.</p> |
| 30 | + </blockquote> |
| 31 | + <blockquote class="attention-header attention-important"><p>{{svg "octicon-report" 16 "attention-icon attention-important"}}<strong class="attention-important">Important</strong></p> |
| 32 | + <p>Key information users need to know to achieve their goal.</p> |
| 33 | + </blockquote> |
| 34 | + <blockquote class="attention-header attention-warning"><p>{{svg "octicon-alert" 16 "attention-icon attention-warning"}}<strong class="attention-warning">Warning</strong></p> |
| 35 | + <p>Urgent info that needs immediate user attention to avoid problems.</p> |
| 36 | + </blockquote> |
| 37 | + <blockquote class="attention-header attention-caution"><p>{{svg "octicon-stop" 16 "attention-icon attention-caution"}}<strong class="attention-caution">Caution</strong></p> |
| 38 | + <p>Advises about risks or negative outcomes of certain actions.</p> |
| 39 | + </blockquote> |
| 40 | + </div> |
| 41 | + |
23 | 42 | <h2>Form Fields</h2> |
24 | 43 | <div class="ui form"> |
25 | 44 | <div class="field error"> |
|
28 | 47 | </div> |
29 | 48 | </div> |
30 | 49 |
|
| 50 | + <h2>Error Input</h2> |
| 51 | + <div class="ui input error"> |
| 52 | + <input type="text" value="Invalid input" readonly> |
| 53 | + </div> |
| 54 | + |
| 55 | + <h2>Attached Section Boxes</h2> |
| 56 | + <h3 class="ui top attached error header">Error Header</h3> |
| 57 | + <div class="ui attached error segment">Error section body content.</div> |
| 58 | + <h3 class="ui top attached warning header tw-mt-3">Warning Header</h3> |
| 59 | + <div class="ui attached warning segment">Warning section body content.</div> |
| 60 | + |
| 61 | +<h2>Banner Preview (info-tinted)</h2> |
| 62 | + <div class="web-banner-content-editor"> |
| 63 | + <div class="render-content render-preview">Banner preview content</div> |
| 64 | + </div> |
| 65 | + |
31 | 66 | <h2>Labels</h2> |
32 | 67 | <div class="flex-text-block tw-gap-2"> |
33 | 68 | <div class="ui red label">Red</div> |
|
0 commit comments