feat(docs): marketing stuff
This commit is contained in:
parent
64113c242c
commit
f98119162f
1 changed files with 5 additions and 5 deletions
|
@ -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';
|
||||
|
||||
<CardGrid stagger>
|
||||
<Card title="Reactive." icon="rocket">
|
||||
A robust API for synchronizing your component's UI and properties
|
||||
<Card title="Clean." icon="star">
|
||||
Skip repetitive things when writing custom elements
|
||||
</Card>
|
||||
<Card title="Tiny." icon="add-document">
|
||||
~1 kB base class (minified, compressed) with versatile utilities
|
||||
Only the bare minimum code for productivity
|
||||
</Card>
|
||||
<Card title="Easy." icon="heart">
|
||||
Sensible life-cycle hooks that you understand and remember
|
||||
</Card>
|
||||
<Card title="Familiar." icon="open-book">
|
||||
Use the built-in JSX-like syntax or bring your own custom templating
|
||||
Declarative templates for DOM manipulation & event handlers
|
||||
</Card>
|
||||
</CardGrid>
|
||||
|
||||
|
|
Loading…
Reference in a new issue