UA
Urvi Anandjiwala
Custom Filled Button - Copy this React, Mui Component to your project
create custom button using @material/web with <style> :root { md filled button container shape: 0px; md filled button label text font: system ui; md sys color primary: #006A6A; md sys color on primary: #FFFFFF; } </style> <md filled button>Filled</md filled button> and it should be functional component with hook react js
Prompt