New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@material-tailwind/html

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material-tailwind/html

@material-tailwind/html is an easy-to-use components library for Tailwind CSS inspired by Material Design.

  • 1.1.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9K
decreased by-3.88%
Maintainers
2
Weekly downloads
 
Created
Source

@material-tailwind/html

Material Tailwind HTML is an easy to use components library for Tailwind CSS. Material Tailwind HTML features multiple components, all written with Tailwind CSS classes and Material Design guidelines. Material Tailwind HTML provides a simple way to customize your components, you can change the colors, fonts, breakpoints and everything you need.


Tailwind CSS Components

  • Accordion
  • Alert
  • Avatar
  • Breadcrumbs
  • Button
  • Card
  • Checkbox
  • Chip
  • Dialog
  • Icon Button
  • Input
  • Menu
  • Navbar
  • Pagination
  • Popover
  • Progress Bar
  • Radio Button
  • Select
  • Switch
  • Tabs
  • Textarea
  • Tooltip
  • Typography

Quick Start

You can download and install @material-tailwind/html as a dependency on your project.

Using NPM

npm i @material-tailwind/html

Using Yarn

yarn add @material-tailwind/html

Using PNPM

pnpm i @material-tailwind/html

TailwindCSS Configurations

Once you install @material-tailwind/html you need to wrap your tailwind css configurations with the withMT() function coming from @material-tailwind/html.

const withMT = require("@material-tailwind/html/utils/withMT");

module.exports = withMT({
  content: ["./src/**/*.{html,js}"],
  theme: {
    extend: {}
  },
  plugins: []
});

Example

Now you're good to go and use @material-tailwind/html in your project.

<button class="button button-pink">Button</button>

FAQs

Package last updated on 24 Jun 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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc