0.0.4 • Published 7 months ago

@md3tail/components v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

Material Design 3 components

md3tail components is an open source plugin based on tailwindcss and md3tail.

  • It is a pre alpha, I strongly don't recommend using this anywhere until it gets a major version 1!

Demo

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

Usage

Add plugin to plugin's list with @md3tail/theme

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

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

Sources

Figma