From 1694a17579c7ac7aa6a58e05dec55968bddccd52 Mon Sep 17 00:00:00 2001 From: Brian Alfaro Date: Wed, 25 Oct 2023 17:01:29 -0400 Subject: [PATCH] docs: SRED-550:Carousel Guide Fix (#525) https://arcpublishing.atlassian.net/browse/SRED-550 --- .../docs/resources/tutorials/carousel.mdx | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/build.washingtonpost.com/docs/resources/tutorials/carousel.mdx b/build.washingtonpost.com/docs/resources/tutorials/carousel.mdx index 94e4d815e..24080b730 100644 --- a/build.washingtonpost.com/docs/resources/tutorials/carousel.mdx +++ b/build.washingtonpost.com/docs/resources/tutorials/carousel.mdx @@ -64,11 +64,11 @@ Like all of the components in our UI Kit Library, the Carousel component can be ### Renaming the Carousel -In the design panel, you will see the **\`⬦Carousel\`** component instance, along with its configurable properties — including **\`🄵 title\`**. +In the design panel, you will see the `⬦Carousel` component instance, along with its configurable properties — including `🄵 title`. -By default, the text displayed at the top of the component is _“Carousel title”_. To alter this text, simply **click the input** field next to **\`🄵 title\`** to edit its value and press enter when done. +By default, the text displayed at the top of the component is _“Carousel title”_. To alter this text, simply **click the input** field next to `🄵 title` to edit its value and press enter when done. -If you’d prefer not to display a title for your Carousel, you may **toggle the switch** next to **\`🄵 show title?\`**. (Toggling this setting hides the text layer in your **\`⬦Carousel\`** instance.) +If you’d prefer not to display a title for your Carousel, you may **toggle the switch** next to `🄵 show title?`. (Toggling this setting hides the text layer in your `⬦Carousel` instance.)
-Once you’ve designed the buttons you intend to use in your **\`⬦Carousel\`** instance, create a component of each button — one for _“previous”_ one for _“next”_. Frame your selection and give it a name (such as “Custom Buttons”, shown below). Make note of where this frame lives in your Figma file in case you want to make adjustments later. +Once you’ve designed the buttons you intend to use in your `⬦Carousel` instance, create a component of each button — one for _“previous”_ one for _“next”_. Frame your selection and give it a name (such as “Custom Buttons”, shown below). Make note of where this frame lives in your Figma file in case you want to make adjustments later.
-Now, in the instance panel, click the dropdown menu next to **\`🄵 prev button\`** or **\`🄵 next button\`**. In the search field, type the name of the frame where your custom buttons are located. +Now, in the instance panel, click the dropdown menu next to `🄵 prev button` or `🄵 next button`. In the search field, type the name of the frame where your custom buttons are located. -Choose the “previous” or “next” button that corresponds to the button you are swapping. Your selection will be applied to the **\`⬦Carousel\`**. Repeat the process for the other button and your buttons are now customized. +Choose the “previous” or “next” button that corresponds to the button you are swapping. Your selection will be applied to the `⬦Carousel`. Repeat the process for the other button and your buttons are now customized.
-Now let’s look at the instance panel once again and click the dropdown next to **\`🄵 content type\`**. +Now let’s look at the instance panel once again and click the dropdown next to `🄵 content type`. -This time, rather than selecting from the default options under “Preferred” – we’ll choose “Local components”, find “Custom Content” and select the content card we designed earlier. Your instance of **\`⬦Carousel\`** is now populated with your own custom content! +This time, rather than selecting from the default options under “Preferred” – we’ll choose “Local components”, find “Custom Content” and select the content card we designed earlier. Your instance of `⬦Carousel` is now populated with your own custom content!