Skip to content

Commit

Permalink
broken properties table
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelbt committed Nov 21, 2024
1 parent 84488bf commit 2ca5e13
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions libs/components/src/lib/dialog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,23 +454,21 @@ The dialog has a default `--dialog-max-block-size`. If the content is larger, th

<div class="table-wrapper">

| Name | Type | Description |
| --------------------------- | --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| `dismiss-button-aria-label` | `string` | Sets a custom aria-label to the close button |
| `full-width-body` | `boolean` | Sets the element's body to full width (no padding)) |
| `headline` | `string` | Sets the element's headline |
| `icon` | Enum\_:<br/>`[icon-name]` | A decorative icon the custom element should have. See the [Vivid Icon Gallery](/icons/icons-gallery/) for available icons and `icon-name`s |
| `icon-placement` | Enum\_:<br/>`[side]` (fefailt), `[top]` | Sets the element's icon placement |
| `modal` | `boolean` | Sets the element's to be opened |
| `no-dismiss-button` | `boolean` | Remove the element's dismiss button |
| `no-dismiss-on-esc` | `boolean` | prevent a modal dialog from being dismissed by pressing esc |
| `no-light-dismiss` | `boolean` | prevent a modal dialog from being dismissed by clicking outside of it. |
| `non-dismissible` | `boolean` | combines `no-light-dismiss`, `no-dismiss-on-esc`, and `no-dismiss-button` |
| `open` | `boolean` | Sets the element's to be opened |
| `returnValue` | `string` | Sets the element's to be opened |
| `subtitle` | `string` | Sets the element's return value |

> > > > > > > 0dae947d (new docs structure)
| Name | Type | Description |
| --------------------------- | ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| `dismiss-button-aria-label` | `string` | Sets a custom aria-label to the close button |
| `full-width-body` | `boolean` | Sets the element's body to full width (no padding)) |
| `headline` | `string` | Sets the element's headline |
| `icon` | Enum:<br/>`[icon-name]` | A decorative icon the custom element should have. See the [Vivid Icon Gallery](/icons/icons-gallery/) for available icons and `icon-name`'s |
| `icon-placement` | Enum:<br/>`[side]` (default), `[top]` | Sets the element's icon placement |
| `modal` | `boolean` | Sets the element's to be opened |
| `no-dismiss-button` | `boolean` | Remove the element's dismiss button |
| `no-dismiss-on-esc` | `boolean` | prevent a modal dialog from being dismissed by pressing esc |
| `no-light-dismiss` | `boolean` | prevent a modal dialog from being dismissed by clicking outside of it. |
| `non-dismissible` | `boolean` | combines `no-light-dismiss`, `no-dismiss-on-esc`, and `no-dismiss-button` |
| `open` | `boolean` | Sets the element's to be opened |
| `returnValue` | `string` | Sets the element's to be opened |
| `subtitle` | `string` | Sets the element's return value |

</div>

Expand Down

0 comments on commit 2ca5e13

Please sign in to comment.