From 7341dffbe6d1e793bf69a15c14308a2b63ced94e Mon Sep 17 00:00:00 2001 From: Vadim Date: Sat, 14 Aug 2021 15:57:13 +0300 Subject: [PATCH] #48 : Update styles --- src/docs/Carousel.svx | 12 ++++++------ src/docs/Layouts/custom/H/H1/H1.svelte | 3 +++ src/docs/Layouts/custom/H/H2/H2.svelte | 3 +++ src/docs/components/Divider.svelte | 4 ++-- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/src/docs/Carousel.svx b/src/docs/Carousel.svx index 1de47f5..6354f3e 100644 --- a/src/docs/Carousel.svx +++ b/src/docs/Carousel.svx @@ -284,7 +284,7 @@ Import component # Events!anchorId:events; -## `pageChange`!anchorId:events-page-change; +## pageChange!anchorId:events-page-change; Is dispatched on page change | Payload field | Type | Description | @@ -305,7 +305,7 @@ Is dispatched on page change # Slots!anchorId:slots; -## `prev` and `next`!anchorId:slots-prev-next; +## prev and next!anchorId:slots-prev-next; They are used for customizing prev and next buttons. Slot props: @@ -330,7 +330,7 @@ Slot props: ``` -## `dots`!anchorId:slots-dots; +## dots!anchorId:slots-dots; This slot is used for customizing dots appearance. @@ -380,7 +380,7 @@ Slot props: # Methods!anchorId:methods; -## `goTo`!anchorId:methods-go-to; +## goTo!anchorId:methods-go-to; Navigates to a page by index. `(pageIndex, options) => Promise`. Arguments: @@ -407,7 +407,7 @@ Arguments: ``` -## `goToPrev`!anchorId:methods-go-to-prev; +## goToPrev!anchorId:methods-go-to-prev; Navigates to the previous page. `(options) => Promise`. Arguments: @@ -433,7 +433,7 @@ Arguments: ``` -## `goToNext`!anchorId:methods-go-to-next; +## goToNext!anchorId:methods-go-to-next; Navigates to the next page. `(options) => Promise`. Arguments: diff --git a/src/docs/Layouts/custom/H/H1/H1.svelte b/src/docs/Layouts/custom/H/H1/H1.svelte index aa4c679..d097524 100644 --- a/src/docs/Layouts/custom/H/H1/H1.svelte +++ b/src/docs/Layouts/custom/H/H1/H1.svelte @@ -8,6 +8,9 @@ \ No newline at end of file