@fullcalendar/bootstrap5
Version:
Bootstrap 5 theme for FullCalendar
13 lines (10 loc) • 312 B
JavaScript
import { createPlugin } from '@fullcalendar/core/index.js';
import { BootstrapTheme } from './internal.js';
import '@fullcalendar/core/internal.js';
var index = createPlugin({
name: '@fullcalendar/bootstrap5',
themeClasses: {
bootstrap5: BootstrapTheme,
},
});
export { index as default };