-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: change boilerplate, adapt files
- Loading branch information
1 parent
6c4a1e6
commit 3c0f3e6
Showing
69 changed files
with
204 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,45 @@ | ||
To be documented... | ||
> Explain the use and the purpose of the component, add minor details if needed, and provide a basic example.<br> | ||
> If you reference other components, link at least once their documentation page (the path must start from "/docs/...").<br> | ||
> Use triple backticks for the examples code block. | ||
### Prop, event, method, accessibility... | ||
|
||
Brief description | ||
The `__name__` is a component... | ||
|
||
```html | ||
<__name__></__name__> | ||
``` | ||
|
||
> The following list of "## Paragraph" is only suggested; remove, create and adapt based on needs. | ||
## Slots | ||
|
||
> Describe slot naming and usage and provide an example of slotted content. | ||
## States | ||
|
||
> Describe the component states (`disabled`, `readonly`, etc.) and provide an example. | ||
## Style | ||
|
||
> Describe the properties which change the component visualization (`size`, `negative`, etc.) and provide an example. | ||
## Interactions | ||
|
||
> Describe how it's possible to interact with the component (open and close a `sbb-dialog`, dismiss a `sbb-alert`, etc.) and provide an example. | ||
## Events | ||
|
||
> Describe events triggered by the component and possibly how to get information from the payload. | ||
## Keyboard interaction | ||
|
||
> If the component has logic for keyboard navigation (as the `sbb-calendar` or the `sbb-select`) describe it. | ||
| Keyboard | Action | | ||
|----------------|---------------| | ||
| <kbd>Key</kbd> | What it does. | | ||
|
||
## Accessibility | ||
|
||
> Describe how accessibility is implemented and if there are issues or suggested best-practice for the consumers. | ||
<!-- Auto Generated Below --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.