Skip to content

Commit

Permalink
Added empty cell to fix tooltips documentation and solve #399 (#402)
Browse files Browse the repository at this point in the history
* Added empty cell to parameters table to fix #399

* Removed empty column and added missing Type column solves #399

---------

Co-authored-by: flaviob97 <[email protected]>
  • Loading branch information
fbedogni and fbedogni authored Oct 13, 2023
1 parent 03f5e17 commit 4645529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/05-components/tooltips.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Use Blazor Bootstrap tooltip component to add custom tooltips to your web pages.
|--|--|--|--|--|--|
| ChildContent | RenderFragment | Specifies the content to be rendered inside this. | | | 1.0.0 |
| Color | `TooltipColor` | Gets or sets the tooltip color. | | `TooltipColor.None` | 1.10.0 |
| Placement | Specifies the tooltip placement. Default is top right. | | `TooltipPlacement.Top` | 1.0.0 |
| Placement | `TooltipPlacement` | Specifies the tooltip placement. Default is top right. | | `TooltipPlacement.Top` | 1.0.0 |
| Title | string | Displays informative text when users hover, focus, or tap an element. | ✔️ | | 1.0.0 |

## Examples
Expand Down

0 comments on commit 4645529

Please sign in to comment.