Zuplo
Components

shadcn/ui components

This documentation is for the preview version of the Dev Portal. If you are using the legacy developer portal, please refer to the docs.

We use a couple components from shadcn/ui. To make them re-usable for and use them in your project you can import them from zudoku/ui/*.

For example:

Code(tsx)
import { Button } from "zudoku/ui/Button";

Following components are available:

Last modified on