UNPKG

@wallet-ui/tailwind

Version:

Tailwind CSS for Wallet UI

25 lines (15 loc) 988 B
[![npm][npm-image]][npm-url] [![npm-downloads][npm-downloads-image]][npm-url] [npm-downloads-image]: https://img.shields.io/npm/dm/@wallet-ui/tailwind/latest.svg?style=flat [npm-image]: https://img.shields.io/npm/v/@wallet-ui/tailwind/latest.svg?style=flat [npm-url]: https://www.npmjs.com/package/@wallet-ui/tailwind/v/latest # @wallet-ui/tailwind This package provides the necessary Tailwind CSS styles for the components in [`@wallet-ui/react`](https://wallet-ui.dev/docs/react). The components are unstyled by default but highly customizable through CSS variables. This package provides a clean, default theme to get you started. ## Usage To use these styles in your project, import the `index.css` file into your main application CSS file. ```css @import '@wallet-ui/tailwind/index.css'; ``` ## Documentation For detailed setup instructions, please see the framework guides in the React documentation, such as the [Vite guide](https://wallet-ui.dev/docs/react/guides/vite).