Tailwind CSS
The @wallet-ui/tailwind package provides a default theme and the necessary Tailwind CSS styles for the components in @wallet-ui/react. The @wallet-ui/react components are unstyled by default, but they are highly customizable through the CSS variables provided by this package.
Installation
Section titled “Installation”npm install @wallet-ui/tailwindpnpm add @wallet-ui/tailwindbun add @wallet-ui/tailwindYou need to import the Wallet UI Tailwind CSS file in your global CSS file.
@import 'tailwindcss';@import '@wallet-ui/tailwind/index.css';