From 3d289f24be1f3a24e7698b79a1cdaca560430cce Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Wed, 16 Feb 2022 11:10:44 -0800 Subject: [PATCH] Add Radix to the list of OSS we use --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94a729106..b6398dd46 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Omnivore takes advantage of some great open source software: * [Stitches](https://stitches.dev/) - We use Stitches on the frontend to style our components. * [Mozilla Readability](https://github.com/mozilla/readability) - We use Mozilla's Readability library to make pages easier to read. * [Swift GraphQL](https://www.swift-graphql.com/) - We generate our GraphQL queries on iOS using Swift GraphQL. +* [Radix](https://www.radix-ui.com/) - We use Raxix UI's components on our frontend. * And many more awesome libraries, just checkout our package files to see what we are using.