mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
docs: various copy improvements
This commit is contained in:
parent
5feb51b327
commit
3c5b0ba6f1
4 changed files with 8 additions and 4 deletions
|
@ -64,7 +64,7 @@
|
||||||
|
|
||||||
<p style="margin-bottom: var(--cds-layout-02)">
|
<p style="margin-bottom: var(--cds-layout-02)">
|
||||||
Component source code:
|
Component source code:
|
||||||
<Link size="lg" href="{source}" target="_blank">
|
<Link inline size="lg" href="{source}" target="_blank">
|
||||||
{component.filePath}
|
{component.filePath}
|
||||||
<Launch16 />
|
<Launch16 />
|
||||||
</Link>
|
</Link>
|
||||||
|
|
|
@ -16,7 +16,11 @@
|
||||||
href="https://www.vercel.com?utm_source=carbon-components-svelte&utm_campaign=oss"
|
href="https://www.vercel.com?utm_source=carbon-components-svelte&utm_campaign=oss"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<img src="/powered-by-vercel.svg" alt="Deploys by Vercel" />
|
<img
|
||||||
|
height="36px"
|
||||||
|
src="/powered-by-vercel.svg"
|
||||||
|
alt="Deploys by Vercel"
|
||||||
|
/>
|
||||||
</Link>
|
</Link>
|
||||||
</Column>
|
</Column>
|
||||||
</Row>
|
</Row>
|
||||||
|
|
|
@ -171,7 +171,7 @@
|
||||||
<slot />
|
<slot />
|
||||||
<h2 id="component-api">Component API</h2>
|
<h2 id="component-api">Component API</h2>
|
||||||
<p>
|
<p>
|
||||||
Component documentation is
|
API documentation is
|
||||||
<Link inline href="https://github.com/IBM/sveld" target="_blank">
|
<Link inline href="https://github.com/IBM/sveld" target="_blank">
|
||||||
auto-generated by sveld.
|
auto-generated by sveld.
|
||||||
</Link>
|
</Link>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
### Default
|
### Default
|
||||||
|
|
||||||
The `Search` component is extra-large by default. There are [large](#large-size) and [small](#small-size) size variants.
|
The `Search` component size is extra-large by default. There are [large](#large-size) and [small](#small-size) size variants.
|
||||||
|
|
||||||
<Search />
|
<Search />
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue