From ce398d7e70b944c5d02ecf212f4efcfa6562e776 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 15 Nov 2023 07:36:35 +0100 Subject: [PATCH] chore(docs): cleanup control component slot names --- docs/src/guide/components/controls.md | 30 +++++++++++++-------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/src/guide/components/controls.md b/docs/src/guide/components/controls.md index 756c4455..e9f499e1 100644 --- a/docs/src/guide/components/controls.md +++ b/docs/src/guide/components/controls.md @@ -44,13 +44,13 @@ const elements = ref(initialElements) ## [Props](/typedocs/interfaces/ControlProps) -| Name | Definition | Type | Optional | Default | -|-----------------|---------------------------|------------------------------------------------|----------|---------| -| showZoom | Show zoom btn | boolean | true | true | -| showFitView | Show fit-view btn | boolean | true | true | -| showInteractive | Show lock interactive btn | boolean | true | true | -| showZoom | Show zoom button | boolean | true | true | -| fitViewParams | Params to use on fit-view | [FitViewParams](/typedocs/types/FitViewParams) | true | - | +| Name | Definition | Type | Optional | Default | +|-----------------|----------------------------------------|------------------------------------------------|----------|---------| +| showZoom | Show zoom btn | boolean | true | true | +| showFitView | Show fit-view btn | boolean | true | true | +| showInteractive | Show lock interactive btn | boolean | true | true | +| showZoom | Show zoom button | boolean | true | true | +| fitViewParams | Params to use on fit-view button click | [FitViewParams](/typedocs/types/FitViewParams) | true | - | ## Emits @@ -65,14 +65,14 @@ const elements = ref(initialElements) ### Control Buttons -| Name | Definition | -|---------------------|-------------------------| -| top | slot above default btns | -| control-zoom-in | Zoom-in btn | -| control-zoom-out | Zoom-out btn | -| control-fit-view | Fit-view btn | -| control-interaction | Interaction btn | -| default | slot below default btns | +| Name | Definition | +|---------------------|----------------------------| +| top | Slot above default buttons | +| control-zoom-in | Zoom-in btn | +| control-zoom-out | Zoom-out btn | +| control-fit-view | Fit-view btn | +| control-interactive | Interaction btn | +| default | Slot below default buttons | ### Icons