Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

@material-tailwind is an easy-to-use components library for Tailwind CSS and Material Design.

License

NotificationsYou must be signed in to change notification settings

mattdanielbrown/material-tailwind

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

material-tailwind

LicenseTotal DownloadsVersion

LicenseTotal DownloadsVersion

Vercel



@material-tailwind/react

Documentation

Visithttps://www.material-tailwind.com/docs/react/installation for full documentation.


Components

AccordionAlertAvatar
accordionalertavatar
BreadcrumbsButtonCard
breadcrumbsbuttoncard
CheckboxChipDialog
checkboxchipdialog
Icon ButtonInputMenu
icon-buttoninputmenu
NavbarPopoverProgress Bar
navbarpopoverprogress-bar
Radio ButtonSelectSwitch
radio-buttonselectswitch
TabsTextareaTooltip
tabstextareatooltip
Typography
typography

Getting Started

Learn how to use @material-tailwind/react components to quickly and easily create elegant and flexible pages using Tailwind CSS.

@material-tailwind/react is working with Tailwind CSS classes and you need to have Tailwind CSS installed on your project -Tailwind CSS Installation.


  1. Intall@material-tailwind/react.
npm i @material-tailwind/react

  1. Once you install @material-tailwind/react you need to wrap your tailwind css configurations with thewithMT() function coming from @material-tailwind/react/utils.
constwithMT=require("@material-tailwind/react/utils/withMT");module.exports=withMT({content:["./src/**/*.{js,jsx,ts,tsx}"],theme:{extend:{},},plugins:[],});

  1. @material-tailwind/react comes with a theme provider that set's the default theme/styles for components or to provide your own theme/styles to your components. You need to wrap your entire application with theThemeProvider coming from @material-tailwind/react.
importReactfrom"react";importReactDOMfrom"react-dom/client";importAppfrom"./App";//@material-tailwind/reactimport{ThemeProvider}from"@material-tailwind/react";constroot=ReactDOM.createRoot(document.getElementById("root"));root.render(<React.StrictMode><ThemeProvider><App/></ThemeProvider></React.StrictMode>,);

  1. Congratulations 🥳, you did it, now you're ready to use @material-tailwind/react.
import{Button}from"@material-tailwind/react";exportdefaultfunctionExample(){return<Button>Button</Button>;}

@material-tailwind/html

Documentation

Visithttps://www.material-tailwind.com/docs/html/installation for full documentation.


Components

AccordionAlertAvatar
accordionalertavatar
BreadcrumbsButtonCard
breadcrumbsbuttoncard
CheckboxChipDialog
checkboxchipdialog
Icon ButtonInputMenu
icon-buttoninputmenu
NavbarPaginationPopover
navbarpaginationpopover
Progress BarRadio ButtonSelect
radio-buttonselectprogress-bar
SwitchTabsTextarea
tabstextareaswitch
TooltipTypography
typographytooltip

Getting Started

Learn how to use @material-tailwind/html components to quickly and easily create elegant and flexible pages using Tailwind CSS.

@material-tailwind/html is working with Tailwind CSS classes and you need to have Tailwind CSS installed on your project -Tailwind CSS Installation.


  1. Intall@material-tailwind/html
npm i @material-tailwind/html

  1. Once you install @material-tailwind/html you need to wrap your tailwind css configurations with thewithMT() function coming from @material-tailwind/html/utils.
constwithMT=require("@material-tailwind/html/utils/withMT");module.exports=withMT({content:["./index.html"],theme:{extend:{},},plugins:[],});

  1. Congratulations 🥳, you did it, now you're ready to use @material-tailwind/html.


Community

We're excited to see the community adopt Material Tailwind, raise issues, and provide feedback.Whether it's a feature request, bug report, or a project to showcase, please get involved!

Contributing

Contributions are always welcome!

SeeCONTRIBUTING.md for ways to get started.

Please adhere to this project'sCODE_OF_CONDUCT.md.

License

MIT

About

@material-tailwind is an easy-to-use components library for Tailwind CSS and Material Design.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript87.9%
  • JavaScript11.2%
  • Other0.9%

[8]ページ先頭

©2009-2025 Movatter.jp