From c7b4a306dfd2895cbc83181c685a8e19271da5e1 Mon Sep 17 00:00:00 2001 From: p-sw Date: Tue, 28 May 2024 21:56:15 +0900 Subject: [PATCH] docs: remove rules --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 7eb7df8..b2827ae 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,6 @@ Shared UI Component Repository. My goal is to create **fully typesafe**, **highly customizable** component with **minimum complexity**. -## Rules of PSW-UI Development - -- **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. -- **Keep component isolated.** Leave them alone. Don't make one dependent to others. - ## Milestones - Component Implementation