From cb02f51d01fd89c974b9bcaca3a87641f90279ab Mon Sep 17 00:00:00 2001 From: p-sw Date: Sat, 18 May 2024 21:15:17 +0900 Subject: [PATCH] docs: update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42a36fd..a21454a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ My goal is to create **fully typesafe**, **highly customizable** component with ## Rules of PSW-UI Development -- **Minimum complexity**. Miminum shared utility & runtime dependency. +- **Minimum copy & paste**. Minimize shared utility & runtime dependency, keep shared utility used in all component. Any shared utility that is not used in all components should be in each component file. - **Simplicity** over **Versatility**. Make it easy to edit, so user can easily add or patch their own code to the component. - **Hate script.** If you can do that with CSS, just do that with CSS. Why use JS? - **Stick with the defaults.** Just let others do their customization. And, well, TailwindCSS's default theme is pretty cool.