### Install Badge Component Source: https://github.com/akash3444/basecn/blob/main/content/docs/components/badge.mdx Command to install the Badge component. This is the initial setup step. ```bash npx shadcn-ui@latest add badge ``` -------------------------------- ### Install Separator Component Source: https://github.com/akash3444/basecn/blob/main/content/docs/components/separator.mdx Install the Separator component using the provided command. This is the initial setup step before using the component in your project. ```bash npm install @base-ui/react @base-ui/components ``` -------------------------------- ### Install Sonner Component Source: https://github.com/akash3444/basecn/blob/main/content/docs/components/sonner.mdx Install the Sonner component using the provided command. This is the initial setup step for using the component. ```bash npm install sonner # or yarn add sonner # or pnpm add sonner ``` -------------------------------- ### Install Pagination Component Source: https://github.com/akash3444/basecn/blob/main/content/docs/components/pagination.mdx Use this command to install the pagination component. Ensure you have the base components installed. ```bash npx shadcn-ui@latest add pagination ``` -------------------------------- ### Install Alert Component Source: https://github.com/akash3444/basecn/blob/main/content/docs/components/alert.mdx Use this command to install the Alert component. Ensure you have the basecn CLI installed. ```bash npx shadcn-ui@latest add alert ``` -------------------------------- ### Install Drawer Component Source: https://github.com/akash3444/basecn/blob/main/content/docs/components/drawer.mdx Use this command to install the Drawer component. Ensure you have the basecn CLI installed. ```bash npx shadcn-ui@latest add drawer ``` -------------------------------- ### Install Calendar Component Source: https://github.com/akash3444/basecn/blob/main/content/docs/components/calendar.mdx Use this command to install the Calendar component. Ensure you have the basecn CLI installed. ```bash npx shadcn-ui@latest add calendar ``` -------------------------------- ### Install Menubar Component Source: https://github.com/akash3444/basecn/blob/main/content/docs/components/menubar.mdx Use this command to install the Menubar component. ```bash npm install @base-ui/react@latest npm install @base-ui/react-icons@latest ``` -------------------------------- ### Install Context Menu Component Source: https://github.com/akash3444/basecn/blob/main/content/docs/components/context-menu.mdx Use this command to install the context-menu component. ```bash npm install @base-ui/react # or yarn add @base-ui/react ``` -------------------------------- ### Install Drawer Component Source: https://github.com/akash3444/basecn/blob/main/content/docs/components/drawer-base.mdx Use this command to install the Drawer component. Ensure you have the Base UI CLI installed. ```bash npx @base-ui/cli component add drawer-base ``` -------------------------------- ### Install Dropdown Menu Component Source: https://github.com/akash3444/basecn/blob/main/content/docs/components/dropdown-menu.mdx Command to install the dropdown-menu component. ```bash npm install @base-ui/dropdown-menu ``` -------------------------------- ### Install Table Component Source: https://github.com/akash3444/basecn/blob/main/content/docs/components/table.mdx Use this command to install the table component into your project. Ensure you have the basecn CLI installed. ```bash npx shadcn-ui@latest add table ``` -------------------------------- ### Install Input Component Source: https://github.com/akash3444/basecn/blob/main/content/docs/components/input.mdx Use this command to install the Input component. Ensure you have the necessary package manager configured. ```bash npm install @base-ui/input ``` -------------------------------- ### Install Button Component Source: https://github.com/akash3444/basecn/blob/main/content/docs/components/button.mdx Install the Button component using the provided command. ```bash npm install button # or yarn add button ``` -------------------------------- ### Install Kbd Component Source: https://github.com/akash3444/basecn/blob/main/content/docs/components/kbd.mdx Command to install the Kbd component into your project. ```bash npx shadcn-ui@latest add kbd ``` -------------------------------- ### Install Resizable Component Source: https://github.com/akash3444/basecn/blob/main/content/docs/components/resizable.mdx Use this command to install the Resizable component into your project. ```bash npx shadcn-ui@latest add resizable ``` -------------------------------- ### Install Sidebar Component Source: https://github.com/akash3444/basecn/blob/main/content/docs/components/sidebar.mdx Command to install the sidebar component into your project. Ensure you have the necessary dependencies and project setup. ```bash npm install sidebar ``` -------------------------------- ### Install Textarea Component Source: https://github.com/akash3444/basecn/blob/main/content/docs/components/textarea.mdx Command to install the Textarea component into your project. ```bash npx shadcn-ui@latest add textarea ``` -------------------------------- ### Install Combobox Component Source: https://github.com/akash3444/basecn/blob/main/content/docs/components/combobox-baseui.mdx Use this command to install the Combobox component for your project. ```bash npm install @base-ui/react --save npm install @base-ui/react-combobox --save ``` -------------------------------- ### Install Navigation Menu Component Source: https://github.com/akash3444/basecn/blob/main/content/docs/components/navigation-menu.mdx Command to install the Navigation Menu component. ```bash npm install @base-ui/navigation-menu ``` -------------------------------- ### Start Development Server Source: https://github.com/akash3444/basecn/blob/main/CONTRIBUTING.md Run the development server to test your changes locally. Access the application via http://localhost:3000. ```bash pnpm dev ``` -------------------------------- ### Default Textarea Example Source: https://github.com/akash3444/basecn/blob/main/content/docs/components/textarea.mdx A basic example of the Textarea component. ```jsx import { Textarea } from "@/components/ui/textarea"; export function TextareaDemo() { return (