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