Socket
Book a DemoInstallSign in
Socket

tailwindcss-shadow-fill

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwindcss-shadow-fill

🎨 TailwindCSS utility to override background fill color using shadow.

1.0.1
latest
Source
npmnpm
Version published
Weekly downloads
6.1K
-0.18%
Maintainers
1
Weekly downloads
 
Created
Source

🎨 tailwindcss-shadow-fill

npm version GitHub license

TailwindCSS utility to override background fill color using box-shadow, is especially useful to style autocompleted form fields with tailwindcss-autofill because background-color won't work.

Requirements

  • Node.js 12+

  • TailwindCSS 2+

Install

yarn add tailwindcss-shadow-fill

Or if you use npm:

npm i --save tailwindcss-shadow-fill

Usage

Add to plugins in your tailwind.config.js:

module.exports = {
  // ...
  plugins: [
    require("tailwindcss-shadow-fill"),
    // ...other plugins.
  ],
};

Style your components using shadow-fill-{color}, e.g. shadow-fill-gray-100, shadow-fill-gray-200, shadow-fill-red-500, etc.

<input className="shadow-fill-white dark:shadow-fill-black" />

Contributing

Requirements

  • Node 12+

  • Yarn 1.22+

Setup

  • Install requirements

  • Clone the repository

  • Run yarn to install dependencies

Develop

  • Commit adhering to Angular commit convention, use yarn commit or Code conventional commits to commit interactively

  • Submit a PR and make sure required status checks pass

  • When a PR is merged or code is pushed to master, Github automatically builds and publishes a new release if there're relevant changes

Author

Keywords

tailwindcss

FAQs

Package last updated on 27 Apr 2022

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.