@synbee-webcomponents/sw-addon-reminder-body
v2.0.18
Published
sw-addon-reminder-body is a web-component from Synbee Webcomponents Library, built with StencilJS, TypeScript, Storybook. It's based on the web-component standard and it's designed to be agnostic from the JavaScirpt framework you are using.
Downloads
61
Keywords
Readme
addon-reminder-body
Properties
| Property | Attribute | Description | Type | Default |
| ----------------------------- | --------------------- | ----------- | ------------------------------------------------------------------------------------------------------ | ----------- |
| addonReminderInfoFromParent | -- | | { name: string; description: string; hour: string; minute: string; duration: string; date: string; } | undefined |
| date | date | | string | undefined |
| descriptionText | description-text | | string | undefined |
| duration | duration | | string | undefined |
| hours | hours | | string | undefined |
| minutes | minutes | | string | undefined |
| reminderDoneValue | reminder-done-value | | boolean | false |
| state | state | | States.create \| States.edit \| States.view | undefined |
| withoutFooter | without-footer | | boolean | undefined |
Events
| Event | Description | Type |
| ---------------------------------- | ----------- | ----------------------------------------------------------------------------------------------------- |
| addonReminderInfoFromBodyEmitter | | CustomEvent<{ description: string; hour: string; minute: string; duration: string; date: string; }> |
Dependencies
Used by
Depends on
Graph
graph TD;
sw-addon-reminder-body --> sw-description-input
sw-addon-reminder-body --> sw-input-select
sw-description-input --> sw-obligatory-field
sw-addon-reminder --> sw-addon-reminder-body
style sw-addon-reminder-body fill:#f9f,stroke:#333,stroke-width:4pxBuilt with love!
