From 5ff74c28385ae7f229d8e8d1635fc7aca09cf81f Mon Sep 17 00:00:00 2001 From: Rodney Leviton Date: Tue, 21 Nov 2023 17:23:53 +1100 Subject: [PATCH] Update index.mdx --- packages/docs/src/pages/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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