@md3tail/components
v0.0.4
Published
An open source plugin based on tailwindcss built with Material Desing 3
Downloads
3
Maintainers
Readme
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;