mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
docs: render component API typedefs (#721)
* style(component-api): use flush, condensed structured list for prop table * style(component-api): use small tag variant for reactive props * docs(component-api): render component typedefs
This commit is contained in:
parent
c647cb27a7
commit
870c2c2ae8
2 changed files with 25 additions and 6 deletions
|
@ -238,6 +238,9 @@ module.exports = {
|
|||
<li class="bx--list__item">
|
||||
<a class="bx--link" href="#props">Props</a>
|
||||
</li>
|
||||
<li class="bx--list__item">
|
||||
<a class="bx--link" href="#typedefs">Typedefs</a>
|
||||
</li>
|
||||
<li class="bx--list__item">
|
||||
<a class="bx--link" href="#slots">Slots</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue