diff --git a/docs/components/chip.md b/docs/components/chip.md index 6f2dedc14..8cd51579c 100644 --- a/docs/components/chip.md +++ b/docs/components/chip.md @@ -78,9 +78,9 @@ Choose the type of chip based on its purpose and author. text message replies. - + - + ```html @@ -100,9 +100,9 @@ Chips should always appear in a set. Chip sets are that can display any type of chip or other toolbar items. - + - + ```html

New event

@@ -119,9 +119,9 @@ All chips may display an optional icon. Input chips can specify if an avatar picture is displayed. - + - + ```html @@ -142,9 +142,9 @@ Assist, filter, and suggestion chips can be elevated if the placement requires protection, such as on top of an image. - + - + ```html @@ -208,9 +208,9 @@ Assist chips function as though the user asked an assistant to complete the action. They should appear dynamically and contextually in a UI. - + - + ```html @@ -234,9 +234,9 @@ use tags or descriptive words to filter content. They can be a good alternative to toggle buttons or checkboxes. - + - + ```html @@ -255,9 +255,9 @@ Filter chips can optionally be removable from the chip set. Removable chips have a trailing remove icon. - + - + ```html @@ -282,9 +282,9 @@ Input chips whose icons are user images may add the `avatar` attribute to display the image in a larger circle. - + - + ```html @@ -306,9 +306,9 @@ All input chips are removable. If an input chip does not have an action associated with clicking on it, it may be marked as `remove-only`. - + - + ```html @@ -328,9 +328,9 @@ help narrow a user’s intent by presenting dynamically generated suggestions, such as possible responses or search filters. - + - + ```html @@ -363,9 +363,9 @@ Token | Default value ### Assist chip example - + - + ```html @@ -389,7 +387,7 @@ Token | Default value Property | Attribute | Type | Default | Description --- | --- | --- | --- | --- -`items` | | `ListItem[]` | `undefined` | +`items` | | `ListItem[]` | `undefined` | @@ -425,7 +423,7 @@ Property | Attribute | Type | Default | Description Event | Description --- | --- -`request-activation` | +`request-activation` | diff --git a/docs/components/progress.md b/docs/components/progress.md index f8d110871..97189f384 100644 --- a/docs/components/progress.md +++ b/docs/components/progress.md @@ -72,7 +72,7 @@ Progress indicators may be determinate to show progress, or indeterminate for an unspecified amount of progress. - + @@ -112,7 +112,7 @@ Indeterminate progress indicators may cycle between four colors (primary, primary container, tertiary, and tertiary container by default). - + @@ -157,7 +157,7 @@ Circular progress indicators display progress by animating along an invisible circular track in a clockwise direction. - + @@ -190,7 +190,7 @@ Linear progress indicators display progress by animating along the length of a fixed, visible track. - + @@ -222,7 +222,7 @@ indeterminate progress. The progress bar and track represent known progress while the buffer dots represent unknown progress. - + diff --git a/docs/components/radio.md b/docs/components/radio.md index 0523fa162..ab0b18398 100644 --- a/docs/components/radio.md +++ b/docs/components/radio.md @@ -65,23 +65,9 @@ Radios can be pre-selected by adding a `checked` attribute. Add a `value` to identify which radio is selected in a form. - + - - - - - + ```html
@@ -96,23 +82,9 @@ Add a `value` to identify which radio is selected in a form. Associate a label with a radio using the `