kopia lustrzana https://github.com/shoelace-style/shoelace
Misc doc site updates
rodzic
9c1d71c37d
commit
2a5c3b1e39
|
@ -152,7 +152,7 @@
|
|||
|
||||
<button class="search-box" type="button" title="Press / to search" aria-label="Search" data-plugin="search">
|
||||
<sl-icon library="fa" name="search"></sl-icon>
|
||||
<span>Search</span>
|
||||
<span>Type / to search</span>
|
||||
</button>
|
||||
|
||||
<nav>{% include 'sidebar.njk' %}</nav>
|
||||
|
|
|
@ -33,7 +33,9 @@ Because the system is shared across all our apps, we need to make sure that any
|
|||
|
||||
Once you've made your changes and they're ready for feedback, make a PR and one of the core library maintainers will review the code to make sure it adheres to the [best practices](/resources/contributing?id=best-practices).
|
||||
|
||||
!> **Caution:** Don't accidentally open a PR against the upstream repository (Shoelace itself). Many Git tools, such as Github Desktop, will default to this behavior. Doing so will expose our codebase to anyone looking at the main Shoelace repository. While `@teamshares/shoelace` is technically public, it's best to keep things in-house.
|
||||
:::warning
|
||||
**Caution: Don't accidentally open a PR against the upstream repository (Shoelace itself).** Many Git tools, such as Github Desktop, will default to this behavior. Doing so will expose our codebase to anyone looking at the main Shoelace repository. While `@teamshares/shoelace` is technically public, it's best to keep things in-house.
|
||||
:::
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ import type { CSSResultGroup } from 'lit';
|
|||
* @status stable
|
||||
* @since 2.0
|
||||
* @pattern stable
|
||||
* @figma draft
|
||||
* @figma ready
|
||||
*
|
||||
* @slot - The card's main content.
|
||||
* @slot header - An optional header for the card.
|
||||
|
|
|
@ -22,6 +22,7 @@ import type { CSSResultGroup } from 'lit';
|
|||
* @documentation https://shoelace.style/components/drawer
|
||||
* @status stable
|
||||
* @since 2.0
|
||||
* @figma draft
|
||||
*
|
||||
* @dependency sl-icon-button
|
||||
*
|
||||
|
|
Ładowanie…
Reference in New Issue