### Install and Run TanStack Start Project (Bash) Source: https://github.com/mui/base-ui/blob/master/examples/tanstack-start-tailwind-css/README.md Installs project dependencies using pnpm and starts the development server. Requires Node.js version 20.19+ or 22.12+. The server runs at http://localhost:3000. ```bash pnpm install pnpm start ``` -------------------------------- ### Build and Serve TanStack Start Project for Production (Bash) Source: https://github.com/mui/base-ui/blob/master/examples/tanstack-start-tailwind-css/README.md Builds a production-ready bundle for the TanStack Start project and then serves the production build. These commands are used for deploying the application. ```bash pnpm build pnpm serve ``` -------------------------------- ### Install Dependencies with pnpm Source: https://github.com/mui/base-ui/blob/master/examples/vite-css/README.md Use this command to install all project dependencies. Ensure Node.js and pnpm are installed. ```bash pnpm install ``` -------------------------------- ### Toolbar Integration Examples Source: https://github.com/mui/base-ui/blob/master/docs/src/app/(docs)/react/components/toolbar/page.mdx Illustrates how to integrate the Toolbar with other components like Menus, Tooltips, and NumberFields. ```APIDOC ## Examples ### Using with Menu All Base UI popup components that provide a `Trigger` component can be integrated with a toolbar by passing the trigger to `` with the `render` prop: ```tsx title="Using popups with toolbar" return ( {/* @highlight */} } /> {/* prettier-ignore */} {/* Compose the rest of the menu */} ; ) ``` This applies to ``, ``, ``, ``, and ` and components using their respective