logo
DocsFAQ

FAQ

Does this work with Next.js

Yes. Use it inside a client component when the calendar needs browser interactivity.

Does it support TypeScript

The documentation is written with TypeScript examples. If your installed package does not expose complete types yet, add a local declaration file until official types are published.

Can I customize the design

Yes. Use className, wrapper components, and your design system styles.

Can I use it in forms

Yes. Treat the calendar like any controlled input by storing the selected value in state or in your form library.

Does this site support multiple docs versions

Yes. Content is stored in src/content/v1, src/content/v2, and src/content/v3. The route structure already supports version switching.

Is it static-export compatible

Yes. The generated website is configured for static export using Next.js output: 'export'.