
Security News
NIST Under Federal Audit for NVD Processing Backlog and Delays
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
@tailwindcss/custom-forms
Advanced tools
A better base for styling form elements with Tailwind CSS.
Out of the box, selects, checkboxes, and radios look awful in Tailwind and the only way to make them look better is with custom CSS.
The goal of this project is to provide a better starting point for form elements that is still fairly unopinionated, and easy to customize by adding utilities instead of having to write complicated CSS rules.
# Using npm
npm install @tailwindcss/custom-forms --save-dev
# Using Yarn
yarn add @tailwindcss/custom-forms -D
tailwind.config.js
file:// tailwind.config.js
module.exports = {
// ...
plugins: [
require('@tailwindcss/custom-forms')
]
}
The project is still early but basic documentation can be found here:
Clone the repository:
git clone https://github.com/tailwindcss/custom-forms.git tailwindcss-custom-forms
cd tailwindcss-custom-forms
Install the dependencies:
# Using npm
npm install
# Using Yarn
yarn
Start the development server:
# Using npm
npm run dev
# Using Yarn
yarn run dev
Now you should be able to see the demo/docs running at localhost:3000.
FAQs
A better base for styling form elements with Tailwind CSS.
The npm package @tailwindcss/custom-forms receives a total of 8,497 weekly downloads. As such, @tailwindcss/custom-forms popularity was classified as popular.
We found that @tailwindcss/custom-forms demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.
Security News
TypeScript Native Previews offers a 10x faster Go-based compiler, now available on npm for public testing with early editor and language support.