diff --git a/commitlint.config.js b/commitlint.config.js index 3eee94c..03c8493 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -33,6 +33,7 @@ export default { 'utils', // component names // add component name here when adding new component + 'button', 'page', 'ripple', ], diff --git a/demos/components/button.html b/demos/components/button.html new file mode 100644 index 0000000..a549fc3 --- /dev/null +++ b/demos/components/button.html @@ -0,0 +1,28 @@ + + + + + + Button ยท Material-Me Component Demo + + + + + + +
+

Button

+
+ Filled button + Elevated button + Tonal button + Outlined button + Text button +
+
+
+ + diff --git a/demos/index.html b/demos/index.html index 7781404..4f6384d 100644 --- a/demos/index.html +++ b/demos/index.html @@ -37,6 +37,7 @@

Material-Me Demo