1.0.0 • Published 8 months ago

@taymakz/tailwind-pattern v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Installation

Add the tailwindcss-background-patterns plugin to your project:

# Install using npm
npm install --save-dev tailwindcss-background-patterns

# yarn
yarn add -D tailwindcss-background-patterns

# pnpm
pnpm add -D tailwindcss-background-patterns

# bun
bun add -D tailwindcss-background-patterns

Usage

<div  class="bg-dot-black/10 dark:bg-dot-white/10 h-screen"></div>
<div  class="bg-grid-black/10 dark:bg-grid-white/10 h-screen"></div>
<div  class="bg-grid-small-black/10 dark:bg-grid-small-white/10 h-screen"></div>