material-you-react
Version:
Material You: Material You (M3) Design system and its components for simple integration with Next.Js or other react-based frameworks
7 lines (6 loc) • 378 B
TypeScript
export { default as ElevatedButton } from "./ElevatedButton";
export { default as FilledButton } from "./FilledButton";
export { default as FilledTonalButton } from "./FilledTonalButton";
export { default as OutlinedButton } from "./OutlinedButton";
export { default as TextButton } from "./TextButton";
export { default as FloatingActionButton } from "./FloatingActionButton";