Skip to content

Commit

Permalink
Merge branch 'ui-components' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWilliams2 committed May 7, 2024
2 parents ccb4224 + 2be4fb5 commit a217de2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/ui-components/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# UI Components

Chakra ui components for easily integrating Vocdoni services.
The [UI Components](https://github.com/vocdoni/ui-components) library is a set of react providers and components that abstract away the SDK and enable easy client usage of Vocdoni functionality.

:::tip examples
You can see examples of the [account](/ui-components/account), [election](/ui-components/election), [layout](/ui-components/layout), and [organization](/ui-components/organization) components, as well as the [react providers](/ui-components/react-providers), in the sub-pages of this section.

These examples use [mock-service-workers](https://mswjs.io/) to mock API responses in order to show how components would function in a real election where the client is an eligible voter.
:::

## Installing

Expand Down

0 comments on commit a217de2

Please sign in to comment.