Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(app-bar): add missing description for target property & attribute #714

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/lib/app-bar/app-bar/app-bar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ declare global {
* @property {AppBarElevation} [elevation="raised"] - The elevation of the app bar.
* @property {AppBarTheme} theme - The theme of the app bar.
* @property {string} href - The href that will be used to make the logo and title area a clickable link.
* @property {string} target - The `<a>` target of the logo + title area link when `href` is set.
*
* @attribute {string} title-text - The text to display in the title.
* @attribute {string} [elevation="raised"] - The elevation of the app bar.
* @attribute {string} theme - The theme of the app bar.
* @attribute {string} href - The href that will be used to make the logo and title area a clickable link
* @attribute {string} target - The `<a>` target of the logo + title area link when `href` is set.
*
* @cssproperty --forge-app-bar-background - The background color of the app bar.
* @cssproperty --forge-app-bar-foreground - The text color of the app bar.
Expand Down
Loading