Skip to content

Commit

Permalink
docs(shell): update sheets slot position (#7629)
Browse files Browse the repository at this point in the history
**Related Issue:**
#7154

## Summary
Doc copyediting for the `shell`'s new `"sheets"` slot.
  • Loading branch information
geospatialem authored Aug 30, 2023
1 parent 1b3ad08 commit f413b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/calcite-components/src/components/shell/shell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { CSS, SLOTS } from "./resources";
* @slot center-row - [Deprecated] Use the `"panel-bottom"` slot instead. A slot for adding the bottom `calcite-shell-center-row`.
* @slot modals - A slot for adding `calcite-modal` components. When placed in this slot, the modal position will be constrained to the extent of the shell.
* @slot alerts - A slot for adding `calcite-alert` components. When placed in this slot, the alert position will be constrained to the extent of the shell.
* @slot sheets - A slot for adding `calcite-sheet` components. When placed in this slot, the alert position will be constrained to the extent of the shell.
* @slot sheets - A slot for adding `calcite-sheet` components. When placed in this slot, the sheet position will be constrained to the extent of the shell.
*/

@Component({
Expand Down

0 comments on commit f413b61

Please sign in to comment.