-
Notifications
You must be signed in to change notification settings - Fork 78
AppBar documentation #1749
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
AppBar documentation #1749
Conversation
Co-authored-by: Dimo Dimov <[email protected]>
Co-authored-by: Dimo Dimov <[email protected]>
Co-authored-by: Dimo Dimov <[email protected]>
|
||
| Method | Description | | ||
|---------|-------------| | ||
| `Refresh` | Use the method to programmatically re-render the AppBar. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When will this be necessary?
|
||
private List<string> ThemeColors { get; set; } = new List<string>() | ||
{ | ||
"base", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better use the static constants, as we want to encourage customers to do the same.
Co-authored-by: Dimo Dimov <[email protected]>
Co-authored-by: Dimo Dimov <[email protected]>
Co-authored-by: Dimo Dimov <[email protected]>
Co-authored-by: Dimo Dimov <[email protected]>
Co-authored-by: Dimo Dimov <[email protected]>
Co-authored-by: Dimo Dimov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't use placeholder meta descriptions. Use descriptions that describe the article content in some detail and that are around 150 symbols long.
components/appbar/overview.md
Outdated
--- | ||
title: Overview | ||
page_title: AppBar Overview | ||
description: Overview of the AppBar component for Blazor. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is probably a placeholder that must be replaced with a more detailed description.
components/appbar/overview.md
Outdated
|
||
1. Add the `<TelerikAppBar>` tag to a Razor file. | ||
1. Use the `<AppBarSection>` child tag to add content to the AppBar component. | ||
(optional) Use [content dividers](#content-dividers) to add visual distinction between the sections in the AppBar. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(optional) Use [content dividers](#content-dividers) to add visual distinction between the sections in the AppBar. | |
1. (optional) Use [content dividers](#content-dividers) to add visual distinction between the sections in the AppBar. |
--- | ||
title: Appearance | ||
page_title: AppBar Appearance | ||
description: Appearance settings of the AppBar for Blazor. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use detailed descriptions with a length of around 150 symbols. This is more like a placeholder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not, do you have a suggestion for a better description? The feature itself is rather small
components/appbar/separators.md
Outdated
| Parameter | Type and Default Value | Description | | ||
| ----------- | ----------- | ----------- | | ||
| `Class` | `string` | The CSS class that will be rendered on the main wrapping element of the AppBar spacer. You could use that class to cascade styles. | | ||
| `Size` | `string` | The width of the spacer. If you add an `AppBarSpacer` tag without Size the spacer will take all available space between the [Sections]({%slug appbar-sections%}). | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `Size` | `string` | The width of the spacer. If you add an `AppBarSpacer` tag without Size the spacer will take all available space between the [Sections]({%slug appbar-sections%}). | | |
| `Size` | `string` | The width of the spacer. If you add an `AppBarSpacer` tag without Size, the spacer will take all available space between the [Sections]({%slug appbar-sections%}). | |
Co-authored-by: Yordan <[email protected]>
Co-authored-by: Yordan <[email protected]>
Co-authored-by: Yordan <[email protected]>
Co-authored-by: Yordan <[email protected]>
Co-authored-by: Yordan <[email protected]>
Co-authored-by: Yordan <[email protected]>
Co-authored-by: Yordan <[email protected]>
No description provided.