-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dddaca5
commit 95bb0d5
Showing
97 changed files
with
2,253 additions
and
1,325 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
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,3 +1,44 @@ | ||
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 their documentation at least once (the path must start from _/docs/..._ ).<br> | ||
> For the examples, use triple backticks with file extension (```` ```html <code here>``` ````).<br> | ||
> The following list of paragraphs is only suggested; remove, create and adapt as needed. | ||
The `__name__` is a component . . . | ||
|
||
```html | ||
<__name__></__name__> | ||
``` | ||
|
||
## Slots | ||
|
||
> Describe slot naming and usage and provide an example of slotted content. | ||
## States | ||
|
||
> Describe the component states (`disabled`, `readonly`, etc.) and provide examples. | ||
## Style | ||
|
||
> Describe the properties which change the component visualization (`size`, `negative`, etc.) and provide examples. | ||
## Interactions | ||
|
||
> Describe how it's possible to interact with the component (open and close a `sbb-dialog`, dismiss a `sbb-alert`, etc.) and provide examples. | ||
## 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
Oops, something went wrong.