To find out more about each component, please see the respective
component API docs. Or visit the
- integration guide for an in-depth look
- at how to use Cally with existing components.
+ usage guide for an in-depth look at how to
+ use Cally with existing components.
diff --git a/docs/src/pages/guides/integration.astro b/docs/src/pages/guides/usage.astro
similarity index 99%
rename from docs/src/pages/guides/integration.astro
rename to docs/src/pages/guides/usage.astro
index 1569726..7a6df85 100644
--- a/docs/src/pages/guides/integration.astro
+++ b/docs/src/pages/guides/usage.astro
@@ -7,7 +7,7 @@ import Heading from "../../components/Heading.astro";
import Link from "../../components/Link.astro";
---
-
+
-
- Themeable - CSS
- parts
- and custom properties to offer flexibility and power
+ Themeable - CSS parts and custom properties to offer flexibility
+ and power
Composable - impose no DOM specific structure, play well with
@@ -156,11 +154,10 @@ const tagline = "Small, feature-rich calendar components";
For a detailed look at each component, check out the respective
component API docs. The
- theming guide to explains how to style the
- components to match your designs. And the
- integration guide explains how to compose
- Cally's components to build a date/range picker using your own or third-party
- components.
+ guides section offers walkthroughs on
+ theming,
+ framework integration, and
+ usage with existing components.