New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@beaubus/svg-patterns-for-tailwindcss

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beaubus/svg-patterns-for-tailwindcss

A plugin that provides 210+ free svg patterns you can use as background image with utility classes.

latest
Source
npmnpm
Version
1.9.111
Version published
Weekly downloads
125
362.96%
Maintainers
1
Weekly downloads
 
Created
Source

BEAUBUS Patterns plugin for Tailwind CSS

npm downnloads count MIT    Twitter Follow

A plugin that provides 210+ free svg patterns you can use as background image with utility classes. Compatible with Tailwind CSS v2, v3 and v4.


Installation v4

Install the plugin from npm

npm i @beaubus/svg-patterns-for-tailwindcss

Then add the plugin to your css file:

@import "tailwindcss";
@plugin "@beaubus/svg-patterns-for-tailwindcss";

Installation v2 and v3

Install the plugin from npm

npm i @beaubus/svg-patterns-for-tailwindcss

Then add the plugin to your tailwind.config.js file:

// tailwind.config.js
module.exports = {
  // ...
  plugins: [
    require('@beaubus/svg-patterns-for-tailwindcss'),
    // ...
  ],
}

Usage

Now you can use the bbp- classes with pattern name from BEAUBUS Patterns to add background-image to html elements:

<body class="bbp-blue-wallpaper">
    <div class="bbp-moment"></div>
</body>

Keywords

tailwind

FAQs

Package last updated on 31 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts