Share via


Calendar

fluent-calendar

A 1 month calendar view. This will include the month name as the title and column headers with the weekday names.

Setup

import {
    provideFluentDesignSystem,
    fluentCalendar
} from "@fluentui/web-components";

provideFluentDesignSystem()
    .register(
        fluentCalendar()
    );

Example

Please see the Blazor documentation and demo site for more information.