# certara-disclosure



<!-- Auto Generated Below -->


## Overview

Disclosures are expandable areas of content that are summarized or otherwise labeled to indicate what they relate to. There is a trigger that must be manually selected which allows the user to show and hide the additional content that is available.

## Properties

| Property         | Attribute          | Description                                                    | Type                                         | Default     |
| ---------------- | ------------------ | -------------------------------------------------------------- | -------------------------------------------- | ----------- |
| `alignItems`     | `align-items`      | Control vertical alignment of disclosure triange               | `"baseline" \| "center" \| "end" \| "start"` | `undefined` |
| `arrowEnd`       | `arrow-end`        | Disclosure arrow will show at the end of the content           | `boolean`                                    | `false`     |
| `description`    | `description`      | Description text that appears below label                      | `string`                                     | `undefined` |
| `hasHover`       | `has-hover`        | Controls the default hover effect                              | `boolean`                                    | `true`      |
| `hasPadding`     | `has-padding`      | Content is padded to be flush with the opener                  | `boolean`                                    | `false`     |
| `innerClassName` | `inner-class-name` | Additional class name(s) to apply to the inner content wrapper | `string`                                     | `undefined` |
| `open`           | `open`             | Hidden content will be visible                                 | `boolean`                                    | `false`     |
| `summary`        | `summary`          | Visible label of the disclosure control                        | `string`                                     | `undefined` |


## Slots

| Slot                   | Description                                              |
| ---------------------- | -------------------------------------------------------- |
|                        | Content hidden by the disclosure goes in the main slot   |
| `"custom-description"` | Slot available if description requires custom formatting |
| `"custom-summary"`     | Slot available if summary requires custom formatting     |


----------------------------------------------


