@md3tail/components
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

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

Package Sidebar

Install

npm i @md3tail/components

Weekly Downloads

2

Version

0.0.4

License

ISC

Unpacked Size

202 kB

Total Files

77

Last publish

Collaborators

  • alexandr.marchenko