mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 03:01:25 +00:00
chore(tabs): document prop types
This commit is contained in:
parent
aadc8d9bf1
commit
c06aa92978
3 changed files with 61 additions and 19 deletions
|
|
@ -18,9 +18,7 @@
|
|||
aria-hidden={!selected}
|
||||
hidden={!selected}
|
||||
{id}
|
||||
{...$$restProps}
|
||||
class:bx--tab-content={true}
|
||||
class={$$restProps.class}
|
||||
style={$$restProps.style}>
|
||||
{...$$restProps}>
|
||||
<slot />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue