File tree Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 7777 { label : '<hx-disclosure>' , path : 'hx-disclosure' } ,
7878 { label : '<hx-dl>' , path : 'hx-dl' } ,
7979 { label : '<hx-dt>' , path : 'hx-dt' } ,
80+ { label : '<hx-error>' , path : 'hx-error' } ,
8081 { label : '<hx-file-icon>' , path : 'hx-file-icon' } ,
8182 //{ label: '<hx-file-tile>', path: 'hx-file-tile' },
8283 { label : '<hx-icon>' , path : 'hx-icon' } ,
Original file line number Diff line number Diff line change 11---
22title: Typography
33minver: 0.1.6
4+ also:
5+ elements/hx-error: < hx-error >
46---
57{% extends 'component.njk' %}
68{% block content %}
Original file line number Diff line number Diff line change 1+ ---
2+ title: < hx-error >
3+ minver: 0.4.0
4+ also:
5+ components/Typography: Typography
6+ ---
7+ {% extends 'element.njk' %}
8+ {% block content %}
9+ < section >
10+ < p >
11+ The custom < code > {{page.title}}</ code > element provides an informative
12+ icon and applies styling to communicate an error message to users.
13+ </ p >
14+
15+ < hx-dl class ="hxBox-md metadata ">
16+ < hx-def >
17+ < hx-dt > Permitted Parents</ hx-dt >
18+ < hx-dd > Any that accept Phrasing Content</ hx-dd >
19+ </ hx-def >
20+ < hx-def >
21+ < hx-dt > Permitted Children</ hx-dt >
22+ < hx-dd > Phrasing Content</ hx-dd >
23+ </ hx-def >
24+ < hx-def >
25+ < hx-dt > Events</ hx-dt >
26+ < hx-dd > < em > none</ em > </ hx-dd >
27+ </ hx-def >
28+ </ hx-dl >
29+ </ section >
30+ {% endblock %}
31+
You can’t perform that action at this time.
0 commit comments