Skip to content

Commit

Permalink
Demo.RCL - Section component param updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gvreddy04 committed Nov 4, 2024
1 parent 9683d59 commit f11d0aa
Show file tree
Hide file tree
Showing 63 changed files with 381 additions and 381 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@

<CarbonAds />

<Section Size="HeadingSize.H2" Name="Examples" PageUrl="@pageUrl" HashTagName="examples">
<Section Size="HeadingSize.H2" Name="Examples" PageUrl="@pageUrl" Link="examples">
<div>Bootstrap includes several predefined button styles, each serving its own semantic purpose, with a few extras thrown in for more control.</div>
<Demo Type="typeof(Button_Demo_01_Examples)" />
</Section>

<Section Size="HeadingSize.H2" Name="Button tags" PageUrl="@pageUrl" HashTagName="button-tags">
<Section Size="HeadingSize.H2" Name="Button tags" PageUrl="@pageUrl" Link="button-tags">
<Demo Type="typeof(Button_Demo_02_Button_Tags)" />
</Section>

<Section Size="HeadingSize.H2" Name="Outline buttons" PageUrl="@pageUrl" HashTagName="outline-buttons">
<Section Size="HeadingSize.H2" Name="Outline buttons" PageUrl="@pageUrl" Link="outline-buttons">
<Demo Type="typeof(Button_Demo_03_Outline_Buttons)" />

<Callout Color="CalloutColor.Info">
Some of the button styles use a relatively light foreground color, and should only be used on a dark background in order to have sufficient contrast.
</Callout>
</Section>

<Section Size="HeadingSize.H2" Name="Sizes" PageUrl="@pageUrl" HashTagName="sizes">
<Section Size="HeadingSize.H2" Name="Sizes" PageUrl="@pageUrl" Link="sizes">
<div>Fancy larger or smaller buttons? Add <code>Size="ButtonSize.Large"</code> or <code>Size="ButtonSize.Small"</code> for additional sizes.</div>
<Demo Type="typeof(Button_Demo_04_Sizes_A)" />
<Demo Type="typeof(Button_Demo_04_Sizes_B)" />
<Demo Type="typeof(Button_Demo_04_Sizes_C)" />
</Section>

<Section Size="HeadingSize.H2" Name="Disabled state" PageUrl="@pageUrl" HashTagName="disabled-state">
<Section Size="HeadingSize.H2" Name="Disabled state" PageUrl="@pageUrl" Link="disabled-state">
<div>Make buttons look inactive by adding the <code>Disabled="true"</code> boolean parameter to any <code>Button</code> component. Disabled buttons have <code>pointer-events: none</code> applied to, preventing hover and active states from triggering.</div>

<Callout Type="CalloutColor.Info">
Expand All @@ -46,43 +46,43 @@
<Demo Type="typeof(Button_Demo_05_Disabled_State_B)" />
</Section>

<Section Size="HeadingSize.H2" Name="Disable and enable state dynamically" PageUrl="@pageUrl" HashTagName="disable-and-enable-state-dynamically">
<Section Size="HeadingSize.H2" Name="Disable and enable state dynamically" PageUrl="@pageUrl" Link="disable-and-enable-state-dynamically">
<Demo Type="typeof(Button_Demo_13_Disable_Enable_Dynamically)" />
</Section>

<Section Size="HeadingSize.H2" Name="Block buttons" PageUrl="@pageUrl" HashTagName="block-buttons">
<Section Size="HeadingSize.H2" Name="Block buttons" PageUrl="@pageUrl" Link="block-buttons">
<Demo Type="typeof(Button_Demo_06_Block_Buttons_A)" />
<Demo Type="typeof(Button_Demo_06_Block_Buttons_B)" />
<Demo Type="typeof(Button_Demo_06_Block_Buttons_C)" />
<Demo Type="typeof(Button_Demo_06_Block_Buttons_D)" />
</Section>

<Section Size="HeadingSize.H2" Name="Toggle states" PageUrl="@pageUrl" HashTagName="toggle-states">
<Section Size="HeadingSize.H2" Name="Toggle states" PageUrl="@pageUrl" Link="toggle-states">
<Demo Type="typeof(Button_Demo_07_Toggle_States_A)" />
<Demo Type="typeof(Button_Demo_07_Toggle_States_B)" />
</Section>

<Section Size="HeadingSize.H2" Name="Loading spinner" PageUrl="@pageUrl" HashTagName="loading-spinner">
<Section Size="HeadingSize.H2" Name="Loading spinner" PageUrl="@pageUrl" Link="loading-spinner">
<div>Use spinners within buttons to indicate an action is currently processing or taking place. You may also swap the text out of the spinner element and utilize button text as needed.</div>
<Demo Type="typeof(Button_Demo_08_Loading_Spinner)" />
</Section>

<Section Size="HeadingSize.H2" Name="Show/Hide loading spinner" PageUrl="@pageUrl" HashTagName="show-hide-loading-spinner">
<Section Size="HeadingSize.H2" Name="Show/Hide loading spinner" PageUrl="@pageUrl" Link="show-hide-loading-spinner">
<Demo Type="typeof(Button_Demo_08_Show_Hide_Loading_Spinner)" Tabs="true" />
</Section>

<Section Size="HeadingSize.H2" Name="Show Tooltip" PageUrl="@pageUrl" HashTagName="show-tooltip">
<Section Size="HeadingSize.H2" Name="Show Tooltip" PageUrl="@pageUrl" Link="show-tooltip">
<div class="mb-3">
Hover over the buttons below to see the four tooltips directions: top, right, bottom, and left.
</div>
<Demo Type="typeof(Button_Demo_09_A_Show_Tooltip)" />
</Section>

<Section Size="HeadingSize.H2" Name="Dynamically update the tooltip text" PageUrl="@pageUrl" HashTagName="dynamically-update-the-tooltip-text">
<Section Size="HeadingSize.H2" Name="Dynamically update the tooltip text" PageUrl="@pageUrl" Link="dynamically-update-the-tooltip-text">
<Demo Type="typeof(Button_Demo_09_B_Dynamically_update_the_tooltip_text)" />
</Section>

<Section Size="HeadingSize.H2" Name="Custom tooltips" PageUrl="@pageUrl" HashTagName="custom-tooltips">
<Section Size="HeadingSize.H2" Name="Custom tooltips" PageUrl="@pageUrl" Link="custom-tooltips">
<div class="mb-3">
Blazor Bootstrap includes several predefined tooltip styles, each serving its own semantic purpose.
The <b>TooltipColor</b> parameter can be used to customize the color of the tooltip.
Expand All @@ -94,7 +94,7 @@
</Callout>
</Section>

<Section Size="HeadingSize.H2" Name="Click events" PageUrl="@pageUrl" HashTagName="click-events">
<Section Size="HeadingSize.H2" Name="Click events" PageUrl="@pageUrl" Link="click-events">
<Demo Type="typeof(Button_Demo_10_Click_Event)" />
<Demo Type="typeof(Button_Demo_11_Double_Click_Event)" />
<Demo Type="typeof(Button_Demo_12_Click_Event_With_Args)" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@

<CarbonAds />

<Section Size="HeadingSize.H4" Name="Examples" PageUrl="@pageUrl" HashTagName="examples">
<Section Size="HeadingSize.H4" Name="Examples" PageUrl="@pageUrl" Link="examples">
<Demo Type="typeof(Callout_Demo_01_Examples)" />
</Section>

<Section Size="HeadingSize.H4" Name="Custom heading" PageUrl="@pageUrl" HashTagName="custom-heading">
<Section Size="HeadingSize.H4" Name="Custom heading" PageUrl="@pageUrl" Link="custom-heading">
<Demo Type="typeof(Callout_Demo_02_Change_Heading)" />
</Section>

<Section Size="HeadingSize.H4" Name="Large text" PageUrl="@pageUrl" HashTagName="large-text">
<Section Size="HeadingSize.H4" Name="Large text" PageUrl="@pageUrl" Link="large-text">
<Demo Type="typeof(Callout_Demo_03_Large_Text)" />
</Section>

<Section Size="HeadingSize.H4" Name="Hide heading" PageUrl="@pageUrl" HashTagName="hide-heading">
<Section Size="HeadingSize.H4" Name="Hide heading" PageUrl="@pageUrl" Link="hide-heading">
<Demo Type="typeof(Callout_Demo_04_Hide_Heading)" />
</Section>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,92 +11,92 @@

<CarbonAds />

<Section Size="HeadingSize.H2" Name="About" PageUrl="@pageUrl" HashTagName="about">
<Section Size="HeadingSize.H2" Name="About" PageUrl="@pageUrl" Link="about">
<div class="mb-3">
A card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options.
</div>
</Section>

<Section Size="HeadingSize.H2" Name="Examples" PageUrl="@pageUrl" HashTagName="examples">
<Section Size="HeadingSize.H2" Name="Examples" PageUrl="@pageUrl" Link="examples">
<div class="mb-3">
Below is an example of a basic card with mixed content and a fixed width.
Cards have no fixed width to start, so they'll naturally fill the full width of its parent element.
</div>
<Demo Type="typeof(Card_Demo_01_Examples)" Tabs="false" />
</Section>

<Section Size="HeadingSize.H2" Name="Content types" PageUrl="@pageUrl" HashTagName="content-types">
<Section Size="HeadingSize.H2" Name="Content types" PageUrl="@pageUrl" Link="content-types">
<div class="mb-3">
Cards support a wide variety of content, including images, text, list groups, links, and more.
Below are examples of what’s supported.
</div>
</Section>

<Section Size="HeadingSize.H2" Name="Body" PageUrl="@pageUrl" HashTagName="body">
<Section Size="HeadingSize.H2" Name="Body" PageUrl="@pageUrl" Link="body">
<div class="mb-3">
The building block of a card is the <b>CardBody</b>. Use it whenever you need a padded section within a card.
</div>
<Demo Type="typeof(Card_Demo_02_Content_Types_Body)" Tabs="false" />
</Section>

<Section Size="HeadingSize.H2" Name="Titles, text, and links" PageUrl="@pageUrl" HashTagName="titles-text-and-links">
<Section Size="HeadingSize.H2" Name="Titles, text, and links" PageUrl="@pageUrl" Link="titles-text-and-links">
<Demo Type="typeof(Card_Demo_03_Content_Types_Titles_Text_And_Links)" Tabs="false" />
</Section>

<Section Size="HeadingSize.H2" Name="Images" PageUrl="@pageUrl" HashTagName="images">
<Section Size="HeadingSize.H2" Name="Images" PageUrl="@pageUrl" Link="images">
<Demo Type="typeof(Card_Demo_04_Content_Types_Images)" Tabs="true" />
</Section>

<Section Size="HeadingSize.H2" Name="List groups" PageUrl="@pageUrl" HashTagName="list-groups">
<Section Size="HeadingSize.H2" Name="List groups" PageUrl="@pageUrl" Link="list-groups">
<div class="mb-3">
Create lists of content in a card with a flush list group.
</div>
<Demo Type="typeof(Card_Demo_05_Content_Types_List_Groups)" Tabs="false" />
</Section>

<Section Size="HeadingSize.H2" Name="Kitchen sink" PageUrl="@pageUrl" HashTagName="kitchen-sink">
<Section Size="HeadingSize.H2" Name="Kitchen sink" PageUrl="@pageUrl" Link="kitchen-sink">
<div class="mb-3">
Mix and match multiple content types to create the card you need, or throw everything in there.
Shown below are image styles, blocks, text styles, and a list group—all wrapped in a fixed-width card.
</div>
<Demo Type="typeof(Card_Demo_06_Content_Types_Kitchen_Sink)" Tabs="false" />
</Section>

<Section Size="HeadingSize.H2" Name="Header and footer" PageUrl="@pageUrl" HashTagName="header-and-footer">
<Section Size="HeadingSize.H2" Name="Header and footer" PageUrl="@pageUrl" Link="header-and-footer">
<div class="mb-3">
Add an optional header and/or footer within a card.
</div>
<Demo Type="typeof(Card_Demo_07_Header_And_Footer)" Tabs="false" />
</Section>

<Section Size="HeadingSize.H2" Name="Sizing" PageUrl="@pageUrl" HashTagName="sizing">
<Section Size="HeadingSize.H2" Name="Sizing" PageUrl="@pageUrl" Link="sizing">
<div class="mb-3">
Cards assume no specific width to start, so they’ll be 100% wide unless otherwise stated.
You can change this as needed with custom CSS, grid classes, grid Sass mixins, or utilities.
</div>
<Demo Type="typeof(Card_Demo_08_Sizing)" Tabs="false" />
</Section>

<Section Size="HeadingSize.H2" Name="Text alignment" PageUrl="@pageUrl" HashTagName="text-alignment">
<Section Size="HeadingSize.H2" Name="Text alignment" PageUrl="@pageUrl" Link="text-alignment">
<div class="mb-3">
You can quickly change the text alignment of any card—in its entirety or specific parts—with our <b>TextAlignment</b> parameter.
</div>
<Demo Type="typeof(Card_Demo_09_Text_Alignment)" Tabs="true" />
</Section>

<Section Size="HeadingSize.H2" Name="Background and color" PageUrl="@pageUrl" HashTagName="background-and-color">
<Section Size="HeadingSize.H2" Name="Background and color" PageUrl="@pageUrl" Link="background-and-color">
<Demo Type="typeof(Card_Demo_10_Background_And_Color)" Tabs="true" />
</Section>

<Section Size="HeadingSize.H2" Name="Card groups" PageUrl="@pageUrl" HashTagName="card-groups">
<Section Size="HeadingSize.H2" Name="Card groups" PageUrl="@pageUrl" Link="card-groups">
<div class="mb-3">
Use card groups to render cards as a single, attached element with equal width and height columns.
Card groups start off stacked and use display: flex; to become attached with uniform dimensions starting at the sm breakpoint.
</div>
<Demo Type="typeof(Card_Demo_11_Card_Groups)" Tabs="true" />
</Section>

<Section Size="HeadingSize.H2" Name="Card groups with footer" PageUrl="@pageUrl" HashTagName="card-groups-with-footer">
<Section Size="HeadingSize.H2" Name="Card groups with footer" PageUrl="@pageUrl" Link="card-groups-with-footer">
<div class="mb-3">
When using card groups with footers, their content will automatically line up.
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

<CarbonAds />

<Section Size="HeadingSize.H2" Name="Examples" PageUrl="@pageUrl" HashTagName="examples">
<Section Size="HeadingSize.H2" Name="Examples" PageUrl="@pageUrl" Link="examples">
<div class="mb-3">Here is a basic example of a carousel with three slides.</div>
<Demo Type="typeof(Carousel_Demo_01_Examples)" Tabs="true" />
</Section>

<Section Size="HeadingSize.H2" Name="Indicators" PageUrl="@pageUrl" HashTagName="indicators">
<Section Size="HeadingSize.H2" Name="Indicators" PageUrl="@pageUrl" Link="indicators">
<div class="mb-3">
You can add indicators to the carousel, alongside the previous/next controls.
The indicators allow users to jump directly to a particular slide.
Expand All @@ -25,22 +25,22 @@
<Demo Type="typeof(Carousel_Demo_02_Indicators)" Tabs="true" />
</Section>

<Section Size="HeadingSize.H2" Name="Captions" PageUrl="@pageUrl" HashTagName="captions">
<Section Size="HeadingSize.H2" Name="Captions" PageUrl="@pageUrl" Link="captions">
<div class="mb-3">
You can add captions to your slides with the <code>CarouselCaption</code> component within any <code>CarouselItem</code>.
They can be easily hidden on smaller viewports.
</div>
<Demo Type="typeof(Carousel_Demo_03_Captions)" Tabs="true" />
</Section>

<Section Size="HeadingSize.H2" Name="Crossfade" PageUrl="@pageUrl" HashTagName="Crossfade">
<Section Size="HeadingSize.H2" Name="Crossfade" PageUrl="@pageUrl" Link="Crossfade">
<div class="mb-3">
To animate slides with a fading transition instead of sliding, set <code>Crossfade</code> to <code>true</code>.
</div>
<Demo Type="typeof(Carousel_Demo_04_Crossfade)" Tabs="true" />
</Section>

<Section Size="HeadingSize.H2" Name="Autoplaying carousels" PageUrl="@pageUrl" HashTagName="autoplaying-carousels">
<Section Size="HeadingSize.H2" Name="Autoplaying carousels" PageUrl="@pageUrl" Link="autoplaying-carousels">
<div class="mb-3">
You can make your carousels autoplay on page load by setting the <code>Autoplay</code> parameter to <code>CarouselAutoPlay.StartOnPageLoad</code>.
Autoplaying carousels automatically pause while hovered with the mouse.
Expand All @@ -53,29 +53,29 @@
<Demo Type="typeof(Carousel_Demo_05_Autoplay_B_StartAfterUserInteraction)" Tabs="true" />
</Section>

<Section Size="HeadingSize.H2" Name="Individual carousel item interval" PageUrl="@pageUrl" HashTagName="individual-carousel-item-interval">
<Section Size="HeadingSize.H2" Name="Individual carousel item interval" PageUrl="@pageUrl" Link="individual-carousel-item-interval">
<div class="mb-3">
Add <code>Interval</code> parameter to a <code>CarouselItem</code> component to change the amount of time to delay between automatically cycling to the next item.
</div>
<Demo Type="typeof(Carousel_Demo_06_Individual_Carouselitem_Interval)" Tabs="true" />
</Section>

<Section Size="HeadingSize.H2" Name="Autoplaying carousels without controls" PageUrl="@pageUrl" HashTagName="autoplaying-carousels-without-controls">
<Section Size="HeadingSize.H2" Name="Autoplaying carousels without controls" PageUrl="@pageUrl" Link="autoplaying-carousels-without-controls">
<div class="mb-3">
Hide the controls by setting <code>ShowPreviousNextControls</code> parameter to <code>false</code>.
</div>
<Demo Type="typeof(Carousel_Demo_07_Autoplaying_Carousels_without_Controls)" Tabs="true" />
</Section>

<Section Size="HeadingSize.H2" Name="Disable touch swiping" PageUrl="@pageUrl" HashTagName="disable-touch-swiping">
<Section Size="HeadingSize.H2" Name="Disable touch swiping" PageUrl="@pageUrl" Link="disable-touch-swiping">
<div class="mb-3">
Carousels support swiping left/right on touchscreen devices to move between slides.
This can be disabled by setting the <code>Touch</code> option to <code>false</code>.
</div>
<Demo Type="typeof(Carousel_Demo_08_Touch)" Tabs="true" />
</Section>

<Section Size="HeadingSize.H2" Name="Events" PageUrl="@pageUrl" HashTagName="events">
<Section Size="HeadingSize.H2" Name="Events" PageUrl="@pageUrl" Link="events">
<div class="mb-3">
Blazor Bootstrap Carousel component exposes a two events for hooking into Carousel functionality.
<table class="table">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

<CarbonAds />

<Section Size="HeadingSize.H4" Name="Prerequisites" PageUrl="@pageUrl" HashTagName="prerequisites" />
<Section Size="HeadingSize.H4" Name="Prerequisites" PageUrl="@pageUrl" Link="prerequisites" />
<div class="mb-3">
Refer to the <a href="/getting-started/blazor-webassembly">getting started guide</a> for setting up charts.
</div>

<Section Size="HeadingSize.H4" Name="How it works" PageUrl="@pageUrl" HashTagName="how-it-works" />
<Section Size="HeadingSize.H4" Name="How it works" PageUrl="@pageUrl" Link="how-it-works" />
<div class="mb-3">
In the following example, a <a href="/utils/color-utility#categorical-12-color">categorical 12-color</a> palette is used.
</div>
Expand All @@ -26,20 +26,20 @@
</Callout>
<Demo Type="typeof(BarChart_Demo_01_Examples)" Tabs="true" />

<Section Size="HeadingSize.H4" Name="Horizontal bar chart" PageUrl="@pageUrl" HashTagName="horizontal-bar-chart" />
<Section Size="HeadingSize.H4" Name="Horizontal bar chart" PageUrl="@pageUrl" Link="horizontal-bar-chart" />
<Demo Type="typeof(BarChart_Demo_02_Horizontal_BarChart)" Tabs="true" />

<Section Size="HeadingSize.H4" Name="Stacked bar chart" PageUrl="@pageUrl" HashTagName="stacked-bar-chart" />
<Section Size="HeadingSize.H4" Name="Stacked bar chart" PageUrl="@pageUrl" Link="stacked-bar-chart" />
<Demo Type="typeof(BarChart_Demo_03_Stacked_BarChart)" Tabs="true" />

<Section Size="HeadingSize.H4" Name="Locale" PageUrl="@pageUrl" HashTagName="locale" />
<Section Size="HeadingSize.H4" Name="Locale" PageUrl="@pageUrl" Link="locale" />
<div class="my-3">
By default, the chart is using the default locale of the platform on which it is running.
In the following example, you will see the chart in the <b>German</b> locale (<b>de_DE</b>).
</div>
<Demo Type="typeof(BarChart_Demo_04_Locale)" Tabs="true" />

<Section Size="HeadingSize.H4" Name="Data labels" PageUrl="@pageUrl" HashTagName="data-labels" />
<Section Size="HeadingSize.H4" Name="Data labels" PageUrl="@pageUrl" Link="data-labels" />
<Demo Type="typeof(BarChart_Demo_05_Stacked_BarChart_with_Datalabels)" Tabs="true" />

@code {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

<CarbonAds />

<Section Size="HeadingSize.H4" Name="Blazor Charts Example" PageUrl="@pageUrl" HashTagName="blazor-charts-example">
<Section Size="HeadingSize.H4" Name="Blazor Charts Example" PageUrl="@pageUrl" Link="blazor-charts-example">
<Demo Type="typeof(Charts_Demo_00_Examples)" Tabs="true" />
</Section>

<Section Size="HeadingSize.H4" Name="Chart Types" PageUrl="@pageUrl" HashTagName="chart-types">
<Section Size="HeadingSize.H4" Name="Chart Types" PageUrl="@pageUrl" Link="chart-types">
<div class="mb-2">At this moment we are supporting seven blazor chart types.</div>
<ol>
<li><a href="@RouteConstants.Demos_BarChart_Documentation">Bar Chart</a></li>
Expand All @@ -32,7 +32,7 @@
</Callout>
</Section>

<Section Size="HeadingSize.H4" Name="Charts Setup" PageUrl="@pageUrl" HashTagName="charts-setup">
<Section Size="HeadingSize.H4" Name="Charts Setup" PageUrl="@pageUrl" Link="charts-setup">
<div class="mb-3">
Refer to the <a href="@RouteConstants.Demos_GettingStarted_Documentation">getting started guide</a> for setting up charts.
</div>
Expand Down
Loading

0 comments on commit f11d0aa

Please sign in to comment.