From b063758ee563b89603df3f17af7459a4dd9eafc0 Mon Sep 17 00:00:00 2001 From: Adithya Krishna Date: Mon, 21 Aug 2023 19:03:26 +0530 Subject: [PATCH] chore: update readme file with radix-ui Signed-off-by: Adithya Krishna --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f857e8f7..ebab1c3f5 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ Documenso is built using awesome open source tech including: - [Zod for schema declaration and validation](https://zod.dev/) - [Lucide React for icons in React app](https://lucide.dev/) - [Framer Motion for motion library](https://www.framer.com/motion/) +- [Radix UI for component library](https://www.radix-ui.com/) - Check out `/package.json` and `/apps/web/package.json` for more - Support for [opensignpdf (requires Java on server)](https://github.com/open-pdf-sign) is currently planned.