Wallet UI LogoWallet UI

Plain CSS

Using Wallet UI with plain CSS.

The @wallet-ui/css package provides a pre-built CSS file with a default theme for the components. This is a great option if your project doesn't use Tailwind CSS.

Installation

npm install @wallet-ui/css

Usage

You need to import the CSS file in your application.

import '@wallet-ui/css/index.css';

On this page