From 1144d4b8cd7b4d720cc11bdee1254bd2fe1200b3 Mon Sep 17 00:00:00 2001 From: Filip Znachor Date: Sun, 22 Oct 2023 01:08:15 +0200 Subject: [PATCH] Added README and improved color mixing script --- .gitignore | 1 + README.md | 10 +++++++++ index.html | 19 +++++++++++++++-- tsconfig.json | 2 +- web/lib.ts | 56 ++++++++++++++++++++++++++++++++++----------------- 5 files changed, 66 insertions(+), 22 deletions(-) create mode 100644 README.md diff --git a/.gitignore b/.gitignore index 90a5d8f..86f3808 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules dist .vercel pnpm-lock.yaml +bun.lockb \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..37fd736 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Synergy + +Simple, lightweight, and customizable modern CSS-only framework with UI components. + +## Features + +- Very lightweight (<2kb gzip) with no dependencies +- Modular components, use just what you need +- Customizable main color, so it fits your sites design (maybe add more) +- 8+ CSS-only components with no JavaScript required diff --git a/index.html b/index.html index c3e9294..38d39f1 100644 --- a/index.html +++ b/index.html @@ -15,14 +15,14 @@ Synergy UI

Simple framework with CSS-only UI components

-
+
-
+