Components
Loading preview...
This component displays a dynamic, responsive data table showcasing user information in a clean and organized format. Each row represents a distinct user profile containing key details such as name, email, location, account balance, and current status. Additionally, each record includes a set of contextual selectOptions that reflect the user's domain, tools, or preferences
npx shadcn@latest add https://21st.dev/r/ruixen.ui/ruixen-table-basicimport RuixenTableBasic from "@/components/ui/ruixen-table-basic";
export default function DemoOne() {
return <RuixenTableBasic />;
}