Skip to content

Commit

Permalink
feat: wip - documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Avinash Verma committed Dec 6, 2024
1 parent 01ccb14 commit dac01ec
Show file tree
Hide file tree
Showing 18 changed files with 473 additions and 76 deletions.
4 changes: 4 additions & 0 deletions documentation/content/components.data-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,10 @@ tabs:
Expand Down
8 changes: 6 additions & 2 deletions documentation/content/components.keyboard-shortcut.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ links:
tabs:
- title: Code
content: >-
Utility component to allow for consistently handling keyDown user events
to perform actions.
Utility component to allow for consistently handling keyDown user
events to perform actions.
A `KeyboardShortcut.Indicator` is also exported. This is a simple styled `<Text as="kbd" />` element but the goal is to maintain consistency across uses.
Expand Down Expand Up @@ -87,6 +87,10 @@ tabs:
>
<Text>Press <KeyboardShortcut.Indicator>⌘ + S</KeyboardShortcut.Indicator> to save (anywhere on the window)</Text>
</KeyboardShortcut>`} language={"tsx"} />
Expand Down
Loading

0 comments on commit dac01ec

Please sign in to comment.