From c7419cebe72842f1514ece556e266f053ed06c53 Mon Sep 17 00:00:00 2001 From: Artem-Darius Atlas Date: Mon, 24 Jul 2023 20:49:22 +0300 Subject: [PATCH] docs: added create a new ui and ui-module commands in the README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4ef3dd1..254b19d 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,16 @@ nx g @nx/react:component NAME --project site-layouts ```bash nx g @nx/react:component NAME --project site-pages ``` +## Create a new Component +Like navbar, footer, login card, delete modal alert and et. +```bash +nx g @nx/react:component NAME --project ui-modules +``` +## Create a new UI Component +Like nav_link, cta_button, username_input and et. +```bash +nx g @nx/react:component NAME --project ui +``` # Стиль кода ## Коммиты