Skip to content

Commit

Permalink
Merge pull request #3625 from HiltonGiesenow/main
Browse files Browse the repository at this point in the history
Fixing a typo and trying to fix the table rendering
  • Loading branch information
wobba committed Mar 13, 2024
2 parents 12e8e0e + ce25d40 commit c175122
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/extensibility/web_components_list.md
Expand Up @@ -140,7 +140,7 @@ Here are the list of all **reusable** web components you can use to customize yo

## `<pnp-collapsible>`

- **Description**: expand/collapse the `collapsible-content` contetn when the text with `data-group-name` is clicked.
- **Description**: expand/collapse the `collapsible-content` content when the text with `data-group-name` is clicked.

!["Collapsible component"](../assets/extensibility/web_components/collapsible_component.png){: .center}

Expand Down Expand Up @@ -257,6 +257,7 @@ Use all properties:
data-font-size="12"
/>
```

|Parameter|Description|
|--|--|
|data-path|Used for creating the breadcrumb path. Component is designed to receive `OriginalPath` or `Path` property. Property is required for rendering the breadcrumb path. `String`|
Expand All @@ -269,4 +270,4 @@ Use all properties:
|data-breadcrumb-items-as-links|If the breadcrumb items should be clickable links to the path they represent. Optional, default value `true`. `Boolean`|
|data-max-displayed-items|The maximum number of breadcrumb items to display before coalescing. If not specified, all breadcrumbs will be rendered. Optional, default value `3`. `Int`|
|data-overflow-index| Index where overflow items will be collapsed. Optional, default value `0`. `Int`|
|data-font-size|Font size of breadcrumb items. Optional, default value `12`. `Int`|
|data-font-size|Font size of breadcrumb items. Optional, default value `12`. `Int`|

0 comments on commit c175122

Please sign in to comment.