|
1 | 1 | # Component Index
|
2 | 2 |
|
3 |
| -> 165 components exported from [email protected]. |
| 3 | +> 166 components exported from [email protected]. |
4 | 4 |
|
5 | 5 | ## Components
|
6 | 6 |
|
|
63 | 63 | - [`HeaderPanelLinks`](#headerpanellinks)
|
64 | 64 | - [`HeaderSearch`](#headersearch)
|
65 | 65 | - [`HeaderUtilities`](#headerutilities)
|
| 66 | +- [`HelperText`](#helpertext) |
66 | 67 | - [`ImageLoader`](#imageloader)
|
67 | 68 | - [`InlineLoading`](#inlineloading)
|
68 | 69 | - [`InlineNotification`](#inlinenotification)
|
@@ -1580,7 +1581,7 @@ None.
|
1580 | 1581 | | expandedByDefault | No | <code>let</code> | No | <code>boolean</code> | <code>true</code> | Set to `false` to hide the side nav by default |
|
1581 | 1582 | | uiShellAriaLabel | No | <code>let</code> | No | <code>string</code> | <code>undefined</code> | Specify the ARIA label for the header |
|
1582 | 1583 | | href | No | <code>let</code> | No | <code>string</code> | <code>undefined</code> | Specify the `href` attribute |
|
1583 |
| -| company | No | <code>let</code> | No | <code>string</code> | <code>undefined</code> | Specify the company name.<br /><br />Alternatively, use the named slot "company" (e.g., `<span slot="company">...</span>`) | |
| 1584 | +| company | No | <code>let</code> | No | <code>string</code> | <code>undefined</code> | Specify the company name.<br />Alternatively, use the named slot "company" (e.g., `<span slot="company">...</span>`) | |
1584 | 1585 | | platformName | No | <code>let</code> | No | <code>string</code> | <code>""</code> | Specify the platform name.<br />Alternatively, use the named slot "platform" (e.g., `<span slot="platform">...</span>`) |
|
1585 | 1586 | | persistentHamburgerMenu | No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to persist the hamburger menu |
|
1586 | 1587 | | expansionBreakpoint | No | <code>let</code> | No | <code>number</code> | <code>1056</code> | The window width (px) at which the SideNav is expanded and the hamburger menu is hidden.<br />1056 represents the "large" breakpoint in pixels from the Carbon Design System:<br />- small: 320<br />- medium: 672<br />- large: 1056<br />- x-large: 1312<br />- max: 1584 |
|
@@ -1866,6 +1867,26 @@ None.
|
1866 | 1867 |
|
1867 | 1868 | None.
|
1868 | 1869 |
|
| 1870 | +## `HelperText` |
| 1871 | + |
| 1872 | +### Props |
| 1873 | + |
| 1874 | +| Prop name | Required | Kind | Reactive | Type | Default value | Description | |
| 1875 | +| :--------- | :------- | :--------------- | :------- | -------------------- | ------------------ | -------------------------------------- | |
| 1876 | +| helperText | No | <code>let</code> | No | <code>string</code> | <code>""</code> | Specify the helper text as parameter | |
| 1877 | +| disabled | No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` for the disabled variant | |
| 1878 | +| inline | No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to use inline variant | |
| 1879 | + |
| 1880 | +### Slots |
| 1881 | + |
| 1882 | +| Slot name | Default | Props | Fallback | |
| 1883 | +| :-------- | :------ | :---- | :------------------------ | |
| 1884 | +| -- | Yes | -- | <code>{helperText}</code> | |
| 1885 | + |
| 1886 | +### Events |
| 1887 | + |
| 1888 | +None. |
| 1889 | + |
1869 | 1890 | ## `ImageLoader`
|
1870 | 1891 |
|
1871 | 1892 | ### Props
|
|
0 commit comments