Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@material-tailwind/html

Package Overview
Dependencies
Maintainers
0
Versions
28
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.

  • 2.3.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8K
increased by1.43%
Maintainers
0
Weekly downloads
 
Created
Source
material-tailwind

Material Tailwind


Total Downloads Version Licenese



Documentation

Visit https://www.material-tailwind.com/docs/html/installation for full documentation.


Components

AccordionAlertAvatar
accordion alert avatar
BadgeBreadcrumbsButton
badge breadcrumbs button
Button GroupCardCheckbox
button-group card checkbox
ChipSidebarTable
chip sidebar table
DialogDrawerIcon Button
dialog drawer icon-button
InputFormList
input form list
MenuNavbarPopover
menu navbar popover
Progress BarPaginationRadio Button
progress-bar pagination radio-button
Rating BarSelectSlider
rating-bar select slider
Speed DialSpinnerStepper
speed-dial spinner stepper
SwitchTabsText Area
switch tabs textarea
TimelineTooltipTypography
timeline tooltip typography
FooterImageVideo
footer img video

Getting Started

Learn how to use @material-tailwind/html components to quickly and easily create elegant and flexible pages using Tailwind CSS.

@material-tailwind/html is working with Tailwind CSS classes and you need to have Tailwind CSS installed on your project - Tailwind CSS Installation.


  1. Intall @material-tailwind/html
npm i @material-tailwind/html

  1. Once you install @material-tailwind/html you need to wrap your tailwind css configurations with the withMT() function coming from @material-tailwind/html/utils.
const withMT = require("@material-tailwind/html/utils/withMT");

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

  1. Congratulations 🥳, you did it, now you're ready to use @material-tailwind/html.


Community

We're excited to see the community adopt Material Tailwind, raise issues, and provide feedback. Whether it's a feature request, bug report, or a project to showcase, please get involved!

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

Please adhere to this project's CODE_OF_CONDUCT.md.

License

MIT

FAQs

Package last updated on 13 Sep 2024

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