### Install TailwindBuilder Custom UI Blocks with shadcn-ui CLI Source: https://context7_llms Commands to install custom UI components from the TailwindBuilder Shadcn Registry using the shadcn-ui CLI. These commands leverage npx to add specific UI blocks, such as banners, to your project. Ensure you have shadcn/ui installed in your project. ```bash npx shadcn@latest add @tb-blocks/download-banner ``` ```bash npx shadcn@latest add @tb-blocks/mutual-banner ``` ```bash npx shadcn@latest add @tb-blocks/empty-banner ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.