Calendar
The v-calendar
component is used to display information in a daily, weekly, or monthly view. The daily view has slots for all day or timed elements, and the weekly and monthly view has a slot for each day.
Usage
A calendar has a type and a value which determines what type of calendar is shown over what span of time.
API
コンポーネントに色を設定します。この色は、定義されている色の名前(例えばsuccess
やpurple
)や、CSSの色指定(#033
やrgba(255, 0, 0, 0.5)
)を設定できます。
ダークテーマを適用します。
Components.Calendars.
Components.Calendars.
Components.Calendars.
Components.Calendars.
Components.Calendars.
Components.Calendars.
Components.Calendars.
Components.Calendars.
Components.Calendars.
ライトテーマを適用します。
Components.Calendars.
Components.Calendars.
Components.Calendars.
Components.Calendars.
Components.Calendars.
Components.Calendars.
Components.Calendars.
Components.Calendars.
Components.Calendars.
Components.Calendars.
Components.Calendars.
Components.Calendars.
Components.Calendars.
Components.Calendars.
Components.Calendars.
Examples
Slots
Slots allow you to define the content for each day, time interval for the daily views, and various labels.
Events
This is an example of an event calendar with type of month
. Click on an event to show event details.
Weekly
This is an example of an event calendar with all-day and timed events with a type of week
.
Daily
This is an example of calendar with content in each interval slot and a type of day
.
Features
This example allows you to explore many of the features of the v-calendar
component.