Skip to content

Commit d23b7ec

Browse files
committed
feat(top-app-bar): ✨ Add top app bar component
- Implemented center-aligned, small, medium, and large top app bar variations. - Includes theming support via CSS custom properties. - Added demo stories and documentation.
1 parent d4818d8 commit d23b7ec

31 files changed

+957
-44
lines changed

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/watcherTasks.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import '@maicol07/material-web-additions/top-app-bar/center-aligned-top-app-bar.js';
2+
import '@maicol07/material-web-additions/top-app-bar/small-top-app-bar.js';
3+
import '@maicol07/material-web-additions/top-app-bar/medium-top-app-bar.js';
4+
import '@maicol07/material-web-additions/top-app-bar/large-top-app-bar.js';
5.55 KB
Loading

0 commit comments

Comments
 (0)