0.4.0 • Published 2 years ago

@tailwind-md/plugin v0.4.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Tailwind Material Design

Plugin for Tailwind CSS

This plugin provides a set of utility and component classes for that is mostly compliant to the latest Material Design Spec in your Tailwind CSS projects.

Installation

  • npm

    npm install -D @tailwind-md/plugin
  • yarn

    yarn add -D @tailwind-md/plugin
  • pnpm

    pnpm add -D @tailwind-md/plugin

Plug into your Tailwind CSS config file.

/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./src/**/*.{html,ts,tsx,js,jsx,svelte,md,php,mdx,vue}"],
  theme: {
    extend: {},
  },
  plugins: [require("@tailwind-md/plugin")({})],
};

Configuration

This plugin accepts configuration to customize the generated tailwind classes.

TODO: Add configuration options docs

Utilities and Components

TODO: Add utilities and components docs

0.4.0

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.6

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago