feat(site): add "tiny" feature

This commit is contained in:
Ayo 2023-12-16 10:42:28 +01:00
parent 03a72b111c
commit aa7d5a645b
2 changed files with 7 additions and 4 deletions

View file

@ -6,6 +6,12 @@ class FeatureSet extends WebComponent {
description: description:
"A robust API for synchronizing your component's UI and properties", "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: "😌", icon: "😌",
title: "Easy.", title: "Easy.",

View file

@ -11,7 +11,7 @@
<script server:setup> <script server:setup>
const project = { const project = {
name: "WebComponent.io", name: "WebComponent.io",
description: "The simple reactivity system for web components", description: "The tiny & simple reactivity system for web components",
}; };
const author = { const author = {
name: "Ayo Ayco", name: "Ayo Ayco",
@ -42,9 +42,6 @@
Build lightweight custom elements that browsers & Build lightweight custom elements that browsers &
<em>you</em> understand. <em>you</em> understand.
</p> </p>
<!-- <p>
The simple reactivity system for web components
</p> -->
<call-to-action></call-to-action> <call-to-action></call-to-action>
<div> <div>
<feature-set features="{{ features }}"></feature-set> <feature-set features="{{ features }}"></feature-set>