@sahiljit/radixui
v1.1.0
Published
### Installation
Readme
@sahiljit/RadixUI
Installation
Run the following command -
npm i @sahiljit/radixuiInside 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>
