1.1.0 • Published 12 months ago
@sahiljit/radixui v1.1.0
@sahiljit/RadixUI
Installation
Run the following command -
npm i @sahiljit/radixui
Inside layout.tsx import the following code -
import "@sahiljit/ui/dist/style.css"; import { Theme } from "@radix-ui/themes";
Wrap children in layout.tsx inside
<Theme>{children}</Theme>