@myuw-web-components/myuw-app-bar
Advanced tools
Comparing version 1.1.4 to 1.2.0
{ | ||
"name": "@myuw-web-components/myuw-app-bar", | ||
"version": "1.1.4", | ||
"version": "1.2.0", | ||
"description": "A material top app bar designed for use with other MyUW web components", | ||
@@ -5,0 +5,0 @@ "main": "myuw-app-bar.html", |
@@ -46,5 +46,8 @@ # `<myuw-app-bar>` | ||
- **--myuw-app-bar-bg:** Cahnges the background color of the app bar (default is UW-Madison red) | ||
- **--myuw-app-bar-color:** Changes the text color of the app bar (default is white) | ||
- `--myuw-app-bar-bg`: Background color for the app bar | ||
- `--myuw-app-bar-font`: Font stack for the app bar | ||
- `--myuw-app-bar-color`: Font color for the app bar | ||
For more information about CSS variables and how they work with MyUW Web Components, [reference the styles component](https://github.com/myuw-web-components/myuw-app-styles "reference the styles component") | ||
#### How to use custom CSS properties | ||
@@ -80,9 +83,1 @@ | ||
*Note: Child components are a WIP* | ||
#### CSS Variables | ||
- `--myuw-app-bar-bg`: Background color for the app bar | ||
- `--myuw-app-bar-font`: Font stack for the app bar | ||
- `--myuw-app-bar-color`: Font color for the app bar | ||
For more information about CSS variables and how they work with MyUW Web Components, [reference the styles component](https://github.com/myuw-web-components/myuw-app-styles "reference the styles component") |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
29477
82