From 075e5c3725c47defe83d89346c2da2e76e0ac731 Mon Sep 17 00:00:00 2001 From: Gavyn McKenzie Date: Mon, 14 Oct 2024 10:17:19 +0100 Subject: [PATCH] refactor: code always on right --- src/index.webc | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/index.webc b/src/index.webc index 5174ea4..ed52402 100644 --- a/src/index.webc +++ b/src/index.webc @@ -276,6 +276,18 @@ description: Diamond UI is a methodology for teams who build software products a +

When maintaining components that were built with Diamond UI

+
    +
  • There are fewer output variations, so components are easier to test.
  • +
  • Components use simpler interfaces that are less prone to prop bloat.
  • +
  • UI can be constructed in thousands of component combinations to suit the context.
  • +
  • + When compared to a utility-first framework, components retain human + legibility whilst staying flexible. +
  • +
+
+ - - -

When maintaining components that were built with Diamond UI

-
    -
  • There are fewer output variations, so components are easier to test.
  • -
  • Components use simpler interfaces that are less prone to prop bloat.
  • -
  • UI can be constructed in thousands of component combinations to suit the context.
  • -
  • - When compared to a utility-first framework, components retain human - legibility whilst staying flexible. -
  • -
-
+