obsidian/setting-components/month-component
Contains a component that displays and edits a month.
Classes
Section titled “Classes”| Class | Description |
|---|---|
| MonthComponent | A component that displays and edits a month. You can add this component using SettingEx.addMonth. In order to add the styles for the component, use initPluginContext in your plugin’s onload() function. Alternatively, you can copy styles from https://github.com/mnaoumov/obsidian-dev-utils/releases/latest/download/styles.css. |
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| IsoMonth | An ISO 8601 month. |