UNPKG

@farango/calendar_library

Version:

The **Event Calendar** is a simple and responsive React component that displays a **monthly calendar** with support for events. This component is built with React and SCSS and can be easily integrated into your React applications.

12 lines 333 B
// tailwind.config.js module.exports = { prefix: 'cal-', // Prefix all classes corePlugins: { preflight: false, }, safelist: [ { pattern: /^cal-col-span-(1[0-2]|[1-9])$/ } // cal-col-span-1 cal-col-span-12 ], content: ["./src/**/*.{js,jsx,ts,tsx,scss}"], theme: { extend: {} }, };