0.0.6 • Published 2 years ago

@md3tail/theme v0.0.6

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

Material Design 3 plugin tailwindcss

md3tail theme is an open source plugin based on tailwindcss. It's built with Material Design 3 and has the MIT license so you can use it included in a commercial project.

The plugin generates schema tokens by primary color, creates CSS classes for colors, surfaces, states, elevations and others staff according Material Design 3

Demo

Link to demo: https://md3tail.vercel.app

Installation

Install the package:

npm i @md3tail/theme

Usage

Add plugin to plugin's list

import type { Config } from 'tailwindcss';
import { md3Theme } from '@md3tail/theme';

const config: Config = {
  content: [],
  plugins: [md3Theme()],
};
export default config;

Sources

Figma

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago