|
8 | 8 | {% extends 'component.njk' %} |
9 | 9 | {% block content %} |
10 | 10 | <section> |
11 | | - <hx-alert type="warning" status="warning" static> |
| 11 | + <hx-alert type="warning" status="warning" persist> |
12 | 12 | HelixUI grid classes are not compatible with Bootstrap grid styles. |
13 | 13 | </hx-alert> |
14 | 14 |
|
@@ -246,7 +246,7 @@ <h2 id="column-offset">Column Offset</h2> |
246 | 246 |
|
247 | 247 | <section><!-- column ordering --> |
248 | 248 | <h2 id="column-ordering">Column Ordering</h2> |
249 | | - <hx-alert type="info" status="fyi" static> |
| 249 | + <hx-alert type="info" status="fyi" persist> |
250 | 250 | Reordering columns does not change tab order.<br /> |
251 | 251 | Tab order is based on the DOM order, not visual appearance. |
252 | 252 | </hx-alert> |
@@ -390,7 +390,7 @@ <h2 id="responsive-options">Responsive Options</h2> |
390 | 390 |
|
391 | 391 | <section><!-- column wrapping --> |
392 | 392 | <h2 id="column-wrapping">Column Wrapping</h2> |
393 | | - <hx-alert type="info" status="note" static> |
| 393 | + <hx-alert type="info" status="note" persist> |
394 | 394 | Columns wrap if the total column width count within the row exceeds 12. |
395 | 395 | </hx-alert> |
396 | 396 | <p> |
@@ -440,7 +440,7 @@ <h2 id="column-wrapping">Column Wrapping</h2> |
440 | 440 |
|
441 | 441 | <section><!-- nesting containers --> |
442 | 442 | <h2 id="nesting-containers">Nesting Containers</h2> |
443 | | - <hx-alert type="warning" status="warning" static> |
| 443 | + <hx-alert type="warning" status="warning" persist> |
444 | 444 | Do not apply row and column container classes to the same element. |
445 | 445 | </hx-alert> |
446 | 446 | <p>You can nest rows and columns as deep as necessary.</p> |
@@ -497,7 +497,7 @@ <h2 id="nesting-containers">Nesting Containers</h2> |
497 | 497 |
|
498 | 498 | <section><!-- styling containers --> |
499 | 499 | <h2 id="styling-containers">Styling Containers</h2> |
500 | | - <hx-alert type="warning" status="warning" static> |
| 500 | + <hx-alert type="warning" status="warning" persist> |
501 | 501 | Do not attempt to style rows or columns directly. |
502 | 502 | </hx-alert> |
503 | 503 | <ul class="hxList"> |
|
0 commit comments