Skip to content

Commit

Permalink
ui changes and documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nxtcoder19 committed Jul 10, 2024
1 parent 68cd131 commit 2e58d04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/apps/devdoc/pages/docs/contributing/frontend.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

<div className="wb-p-3xl wb-mt-3xl" />

0 comments on commit 2e58d04

Please sign in to comment.