/material3-html

Sample HTML page using Material 3 CSS theme

Primary LanguageHTMLApache License 2.0Apache-2.0

material3-html

Sample HTML page using Material 3 CSS theme

It Beautifully integrates Material Design 3 and TailwindCSS.

  • Buttons
  • Cards
  • Color
  • Chips
  • Dialogs

More components coming soon

Deploy

https://firebase.google.com/docs/hosting/github-integration

Type following commands and login to your Firebase / Github accounts

  1. Install Firebase comman tools using Mac Terminal
cd {root}/material3-html  

brew install firebase-cli
  1. Login, Init Project and deploy to Fireabse using command below
firebase login 


firebase init hosting:github 

firebase init hosting

firebase deploy