diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index 885b536..d64d3f2 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -3,7 +3,7 @@ title: Web Component Base description: Web components in Easy Mode template: splash hero: - tagline: A simple reactivity system for web components + tagline: Ultra-minimal base class for your custom HTML elements # image: # file: ../../assets/houston.webp actions: @@ -19,17 +19,17 @@ hero: import { Card, CardGrid } from '@astrojs/starlight/components'; - - A robust API for synchronizing your component's UI and properties + + Skip repetitive things when writing custom elements - ~1 kB base class (minified, compressed) with versatile utilities + Only the bare minimum code for productivity Sensible life-cycle hooks that you understand and remember - Use the built-in JSX-like syntax or bring your own custom templating + Declarative templates for DOM manipulation & event handlers