@sahiljit/ui
v7.0.0
Published
This is a UI library.
Readme
@sahiljit/ui
This is a UI library.
Note - Currently its getting build with the help of radix.
Follow the following steps to use -
- Import the following in your root layout file -
import { Theme } from "@radix-ui/themes";
import "@sahiljit/ui/dist/style.css";And wrap of root element inside
<Theme>{children}</Theme>And now you can import the components as -
import { Button } from "@sahiljit/ui/radix";