Released in March 2023, it is an open-source collection of reusable, copy-pasteable React components built on top of Radix UI primitives and Tailwind CSS.

Visit https://ui.shadcn.com/docs to view the documentation.
Simple integration of Merge and shadcn/ui
Steps to start:
- To install run:
yarn install - To open UXPin Merge Experimental Mode:
npx uxpin-merge --disable-tunneling - To push the library to UXPin Merge (default branch):
npx uxpin-merge push --token <the UXPin library token> - To push another branch of the library to UXPin Merge:
npx uxpin-merge push --token <the UXPin library token> --branch <The branch to push>