diff --git a/packages/docs/src/pages/index.mdx b/packages/docs/src/pages/index.mdx index 1e6b01d..721b076 100644 --- a/packages/docs/src/pages/index.mdx +++ b/packages/docs/src/pages/index.mdx @@ -4,7 +4,7 @@ import { Masthead } from "@/components/compounds/masthead"; -## Background +## Why Recast? Creating component libraries is a challenging and time-consuming task. Even the seemingly straightforward process of developing a sensible button component can @@ -31,7 +31,7 @@ specified within the component, instead these are defined by wrapping the component with a theme definition that will form the components theme API and control the visual styling. -## How is this different to other component libraries? +## How is This Approach Different? There are an ever-growing number of component libraries out there attempting to standardize theming by offering well-documented theme APIs, as exemplified by