diff --git a/src/Connected.Components.Showcase.Runner/Pages/Demo.razor b/src/Connected.Components.Showcase.Runner/Pages/Demo.razor index a5727b0..eba1596 100644 --- a/src/Connected.Components.Showcase.Runner/Pages/Demo.razor +++ b/src/Connected.Components.Showcase.Runner/Pages/Demo.razor @@ -103,95 +103,95 @@ -
Use border utilities to quickly style the border, border color and border-radius of an element. + Great for images, buttons, or any other element. Responsive classes are available that use the + same viewport width breakpoints as the grid system. +
+Use border utilities to quickly style the border, border color and border-radius of an element. - Great for images, buttons, or any other element. Responsive classes are available that use the - same viewport width breakpoints as the grid system. -
-Convey meaning through color with a handful of color utility classes. Includes support for - styling links with hover states, too. -
++ ++ Colors
+Convey meaning through color with a handful of color utility classes. Includes support for + styling links with hover states, too. +
+Color
++ text-core + text-primary + text-secondary + text-success + text-info + text-warning + text-danger + text-white + text-light + text-dark + text-black ++ ++--<span class="text-core">text-core</span> <span class="text-primary">text-primary</span> @@ -205,558 +205,673 @@ <span class="text-dark">text-dark</span> <span class="text-black">text-black</span>
-Background color
---bg-core-bg-primary-bg-secondary-bg-success-bg-info-bg-warning-bg-danger-bg-white-bg-light-bg-dark-bg-black-
+
Documentation and examples for common text utilities to control size, alignment, wrapping, - weight, and - more. -
- - -text-small
This is small font
- size
- Lorem
- ipsum dolor sit, amet
- consectetur
- adipisicing
- elit. Eum quis neque ullam, eos eaque nam voluptate veniam dolor ex ratione?
-
No class required
This is base font size
Lorem
- ipsum
- dolor sit amet consectetur,
- adipisicing elit.
- Explicabo modi dicta eveniet quia, repudiandae perspiciatis omnis vitae nihil vero
- ratione.
-
text-medium
This is medium font
-
- Lorem
- ipsum
- dolor sit, amet consectetur
- adipisicing
- elit. Alias praesentium quo est pariatur sed nobis maiores rem aperiam ut voluptas?
-
text-large
This is large font
-
- Lorem
- ipsum
- dolor sit, amet consectetur
- adipisicing
- elit. Obcaecati nihil totam, modi minus excepturi laboriosam maiores. Provident quos est
- maiores.
-
text-extralarge
This is
- extra
- large
- font
- Lorem
- ipsum dolor sit amet,
- consectetur adipisicing elit. Beatae, modi!
-
text-sm-medium
-
Medium size text on viewports sized SM (small) or wider.
-
text-md-medium
-
Medium size text on viewports sized MD (medium) or wider.
-
text-lg-medium
-
Medium size text on viewports sized LG (large) or wider.
-
text-xl-medium
-
Medium size text on viewports sized XL (extra-large) or wider.
-
Documentation and examples for common text utilities to control size, alignment, wrapping, + weight, and + more. +
+ +Easily realign text to components with text alignment classes. +
text-small
This is small font
+ size
+ Lorem
+ ipsum dolor sit, amet
+ consectetur
+ adipisicing
+ elit. Eum quis neque ullam, eos eaque nam voluptate veniam dolor ex ratione?
text-left
-Left aligned text on all viewport sizes
-text-center
-Center aligned text on all viewport sizes.
-text-right
-Right aligned text on all viewport sizes.
-text-justify
-Justified text on all viewport sizes. Lorem ipsum dolor sit, amet consectetur - adipisicing elit. Temporibus consequatur nisi amet modi in voluptatum facere - reprehenderit, aut assumenda. Velit.
-text-sm-right
-Right aligned text on viewports sized SM (small) or wider.
-text-md-right
-Right aligned text on viewports sized MD (medium) or wider.
-text-lg-right
-Right aligned text on viewports sized LG (large) or wider.
-text-xl-right
-Right aligned text on viewports sized XL (extra-large) or wider.
-Quickly change the weight (boldness). +
No class required
This is base font size
Lorem
+ ipsum
+ dolor sit amet consectetur,
+ adipisicing elit.
+ Explicabo modi dicta eveniet quia, repudiandae perspiciatis omnis vitae nihil vero
+ ratione.
text-thin
-This is thin text
-text-regular
-This is normal weight text - no class required
-text-semibold
-This is semibold text
-text-bold
-This is bold text
-text-extrabold
-This is extra bold text
-text-sm-bold
-Bold text on viewports sized SM (small) or wider.
-Transform text in components with text capitalization classes or italicize text. +
text-medium
This is medium font
+
+ Lorem
+ ipsum
+ dolor sit, amet consectetur
+ adipis
+ elit. Alias praesentium quo est pariatur sed nobis maiores rem aperiam ut voluptas?
text-italic
-This is italic text
-text-lowercase
-This is lowercased text
-text-uppercase
-This is uppercased text
-text-capitalize
-This is capitalized text
-text-nowrap
-text-truncate
-text-large
This is large font
+
+ Lorem
+ ipsum
+ dolor sit, amet consectetur
+ adipisicing
+ elit. Obcaecati nihil totam, modi minus excepturi laboriosam maiores. Provident quos est
+ maiores.
+
text-extralarge
This is
+ extra
+ large
+ font
+ Lorem
+ ipsum dolor sit amet,
+ consectetur adipisicing elit. Beatae, modi!
+
text-sm-medium
+
Medium size text on viewports sized SM (small) or wider.
+
text-md-medium
+
Medium size text on viewports sized MD (medium) or wider.
+
text-lg-medium
+
Medium size text on viewports sized LG (large) or wider.
+
text-xl-medium
+
Medium size text on viewports sized XL (extra-large) or wider.
+