Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.