From 2e58d04c59f771c288b7311a197cda0e216a5152 Mon Sep 17 00:00:00 2001 From: Piyush Kumar Date: Wed, 10 Jul 2024 12:43:36 +0530 Subject: [PATCH] ui changes and documentation updated --- src/apps/devdoc/pages/docs/contributing/frontend.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/apps/devdoc/pages/docs/contributing/frontend.mdx b/src/apps/devdoc/pages/docs/contributing/frontend.mdx index 4de82dc51..ca2ad2de2 100644 --- a/src/apps/devdoc/pages/docs/contributing/frontend.mdx +++ b/src/apps/devdoc/pages/docs/contributing/frontend.mdx @@ -61,7 +61,9 @@ Our APi functions are defined in the `server/gql/queries` folder. Each function ## Components We use the [**Remix UI**](https://www.radix-ui.com/) as UI components. It provides a set of UI components that can be used to build the UI of the application. The components are defined in the `components` folder. Each component is a UI component that can be used to build the UI of the application. The components are used to build the UI of the application. -## Structure +- ### Structure Each component gets its own folder. Make sure you add a test and Storybook stories for the component as well. By keeping these tidy, the codebase will remain easy to navigate, healthy and maintainable for all contributors. +- ### Accessibility +