Uh oh!
There was an error while loading. Please reload this page.
Improve docs consistency for Overlay, PageHead, Pagination, Popover, Portal, ProgressBar components - #1805
Conversation
|
size-limit report 📦
|
| # - title: Overlay | ||
| # url: /Overlay | ||
| - title: Overlay | ||
| url: /Overlay |
There was a problem hiding this comment.
Unclear why this was hidden. Does anyone know?
| ``` | ||
| ## Customizing link URLs | ||
| ### Customizing link URLs |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| <PropsTableRow | ||
| name="as" | ||
| defaultValue="div" | ||
| type="string" | ||
| description="Sets the underlying HTML tag for the component" | ||
| /> |
There was a problem hiding this comment.
| <PropsTableRow | |
| name="as" | |
| defaultValue="div" | |
| type="string" | |
| description="Sets the underlying HTML tag for the component" | |
| /> | |
| <PropsTableAsRow | |
| defaultElementType="div" | |
| /> |
There was a problem hiding this comment.
Same comment as before, this suggestion results in an empty row? @colebemis
| <PropsTableRow | ||
| name="as" | ||
| defaultValue="div" | ||
| type="string" | ||
| description="Sets the underlying HTML tag for the component" | ||
| /> |
There was a problem hiding this comment.
| <PropsTableRow | |
| name="as" | |
| defaultValue="div" | |
| type="string" | |
| description="Sets the underlying HTML tag for the component" | |
| /> | |
| <PropsTableAsRow | |
| defaultElementType="div" | |
| /> |
| <PropsTableRow | ||
| name="as" | ||
| defaultValue="div" | ||
| type="string" | ||
| description="Sets the underlying HTML tag for the component" | ||
| /> |
There was a problem hiding this comment.
| <PropsTableRow | |
| name="as" | |
| defaultValue="div" | |
| type="string" | |
| description="Sets the underlying HTML tag for the component" | |
| /> | |
| <PropsTableAsRow | |
| defaultElementType="div" | |
| /> |
There was a problem hiding this comment.
@colebemis This doesn't seem to work with html tags, getting an empty row. Any ideas? 
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| ### ProgressBar | ||
| <PropsTable> | ||
| <PropsTableRow name="progress" type="number" description="Used to set the size of the green bar" /> |
There was a problem hiding this comment.
As in a required prop? No, it's optional. Defaults to 0 if it's not passed in.
Uh oh!
There was an error while loading. Please reload this page.
Part of #1701
Added / Updated docs for:
Overlay(see it here)PageHead(see it here)Pagination(see it here)Popover(see it here)Portal(see it here)ProgressBar(see it here)Merge checklist