feat(site): add "tiny" feature
This commit is contained in:
parent
03a72b111c
commit
aa7d5a645b
2 changed files with 7 additions and 4 deletions
|
@ -6,6 +6,12 @@ class FeatureSet extends WebComponent {
|
|||
description:
|
||||
"A robust API for synchronizing your component's UI and properties",
|
||||
},
|
||||
{
|
||||
icon: "️🤏",
|
||||
title: "Tiny.",
|
||||
description:
|
||||
"A 1 kB base class (minified, compressed) with versatile utilities",
|
||||
},
|
||||
{
|
||||
icon: "😌",
|
||||
title: "Easy.",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<script server:setup>
|
||||
const project = {
|
||||
name: "WebComponent.io",
|
||||
description: "The simple reactivity system for web components",
|
||||
description: "The tiny & simple reactivity system for web components",
|
||||
};
|
||||
const author = {
|
||||
name: "Ayo Ayco",
|
||||
|
@ -42,9 +42,6 @@
|
|||
Build lightweight custom elements that browsers &
|
||||
<em>you</em> understand.
|
||||
</p>
|
||||
<!-- <p>
|
||||
The simple reactivity system for web components
|
||||
</p> -->
|
||||
<call-to-action></call-to-action>
|
||||
<div>
|
||||
<feature-set features="{{ features }}"></feature-set>
|
||||
|
|
Loading…
Reference in a new issue