mirror of
https://github.com/modernweb-dev/rocket.git
synced 2026-03-17 00:41:21 +00:00
Launch Preset for Rocket
For docs please see our homepage https://rocket.modern-web.dev/docs/presets/launch/.
inline-notification/index.js:
class: InlineNotification, inline-notification
Superclass
| Name | Module | Package |
|---|---|---|
| LitElement | lit-element |
Fields
| Name | Privacy | Type | Default | Description | Inherited From |
|---|---|---|---|---|---|
| title | public | string |
'' |
||
| type | public | 'tip'|'warning'|'danger' |
'tip' |
Attributes
| Name | Field | Inherited From |
|---|---|---|
| type | type | |
| title | title |
CSS Properties
| Name | Description |
|---|---|
| --inline-notification-tip-background-color | |
| --inline-notification-tip-border-color | |
| --inline-notification-warning-background-color | |
| --inline-notification-warning-border-color | |
| --inline-notification-danger-background-color | |
| --inline-notification-danger-border-color | |
| --inline-notification-warning-heading-color | |
| --inline-notification-danger-heading-color |
Exports
| Kind | Name | Declaration | Module | Package |
|---|---|---|---|---|
| js | InlineNotification | InlineNotification | inline-notification/index.js |
inline-notification/inline-notification.js:
Exports
| Kind | Name | Declaration | Module | Package |
|---|---|---|---|---|
| custom-element-definition | inline-notification | InlineNotification | /inline-notification/index.js |