Skip to content

953256: Images added #6236

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

Open
wants to merge 2 commits into
base: hotfix/hotfix-v30.1.37
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added blazor/tabs/images/blazor-tabs-customize.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 19 additions & 1 deletion blazor/tabs/style.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Use the following CSS to customize the Tab.

```

![Customize Tab](./images/blazor-tabs-customize.png)

## Customizing the Tab items

Use the following CSS to customize the header items of Tab.
Expand All @@ -36,6 +38,8 @@ Use the following CSS to customize the header items of Tab.

```

![Customize Tab](./images/blazor-tabs-customize-items.png)

Use the following CSS to customize the content items of Tab.

```CSS
Expand All @@ -47,6 +51,8 @@ Use the following CSS to customize the content items of Tab.

```

![Customize Tab](./images/blazor-tabs-customize-content.png)

## Customizing Tab's header

Use the following CSS to customize the header of Tab control.
Expand All @@ -59,6 +65,8 @@ Use the following CSS to customize the header of Tab control.

```

![Customize Tab](./images/blazor-tabs-header-customization.png)

## Customizing Tab's header icon

Use the following CSS to customize the header item icon of Tab control.
Expand All @@ -71,6 +79,8 @@ Use the following CSS to customize the header item icon of Tab control.

```

![Customize Tab](./images/blazor-tabs-header-icon-customization.png)

## Customizing Tab's content

Use the following CSS to customize the content of Tab control.
Expand All @@ -83,6 +93,8 @@ Use the following CSS to customize the content of Tab control.

```

![Customize Tab](./images/blazor-tabs-customize-content-background.png)

## Customizing the hover state of Tab control

Use the following CSS to customize the tab item when hovering.
Expand All @@ -95,6 +107,8 @@ Use the following CSS to customize the tab item when hovering.

```

![Customize Tab](./images/blazor-tabs-hover-customization.png)

Use the following CSS to customize the tab item popup icon when hovering.

```CSS
Expand All @@ -118,6 +132,8 @@ Use the following CSS to customize the selected tab item.

```

![Customize Tab](./images/blazor-tabs-hover-customization.png)

Use the following CSS to customize the selected tab item text and icon.

```CSS
Expand All @@ -127,4 +143,6 @@ Use the following CSS to customize the selected tab item text and icon.
color: green !important;
}

```
```

![Customize Tab](./images/blazor-active-tabs-textIcon-customize.png)