# @nexim/tailwind-material-colors

## Interfaces

| Interface                                                              | Description                                                            |
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| [MaterialThemePalettes](interfaces/MaterialThemePalettes.md)           | Represents the generated light and dark color palettes.                |
| [MaterialThemePluginOptions](interfaces/MaterialThemePluginOptions.md) | Options for configuring the Material Design theme Tailwind CSS plugin. |

## Variables

| Variable                                                                              | Description                                                                                                                                                                                  |
| ------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [materialThemeBuilderTailwindPlugin](variables/materialThemeBuilderTailwindPlugin.md) | Creates a Tailwind CSS plugin that implements Material Design 3 theming. This plugin generates CSS variables for light and dark themes, and provides utility classes for state interactions. |

## Functions

| Function                                                  | Description                                                                                        |
| --------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| [materialThemeBuilder](functions/materialThemeBuilder.md) | Generates light and dark material design 3 color palettes based on the provided colors and scheme. |
