diff --git a/apps/website/pages/components/progress-bar/code.tsx b/apps/website/pages/components/progress-bar/code.tsx new file mode 100644 index 0000000000..875b2559de --- /dev/null +++ b/apps/website/pages/components/progress-bar/code.tsx @@ -0,0 +1,17 @@ +import Head from "next/head"; +import type { ReactElement } from "react"; +import ProgressBarPageLayout from "screens/components/progress-bar/ProgressBarPageLayout"; +import ProgressBarCodePage from "screens/components/progress-bar/code/ProgressBarCodePage"; + +const Code = () => ( + <> +
+label is
+ provided.
+ label is
- provided.
+ The value of the progress indicator. If it's received the component is determinate otherwise is
+ indeterminate.
trackLineColor
- color-purple-700
- totalLineColor
- color-grey-200
- labelFontColor
- color-black
- labelFontColor
- color-black
- indicatorFontColor
- color-black
- helperFontColor
- color-black
- overlayColor
- color-grey-800-a
- overlayFontColor
- color-white
- height
- height
- max-width
- max-height
- margin-bottom
- margin-top
- xxsmall
- xsmall
- small
- medium
- large
- xlarge
- xxlarge
- top, bottom, left, right.
- font-size
- font-scale-01
- font-weight
- font-regular
- text-transform
- font-transform-uppercase
- font-size
- font-scale-02
- font-weight
- font-bold
- font-size
- font-scale-01
- font-weight
- font-regular
- border-width
- border-width-0
- border-style
- border-style-none
- border-radius
- border-radius-full
-