Circle bar that is highly customizable with title, details, and more
A bar component can be used to show linear progress and is useful in scenarios where you want to show progress. You can use colors for each section.
Syntax
{{< main-containeralign-vertical="Use top, center or bottom to align vertically"background-color="any background or gradient"border-radius="Top, right, bottom, left property in px or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on."box-shadow="Add shadow effects (offset-x | offset-y | blur-radius | spread-radius | color). Ex. 2px 2px 2px 1px rgba(0, 0, 0, 0.2)"id="ID of any content in your website"is-full-width="true|false"is-wrap="true|false"item-gap="Any value in px or %"margin="Top, right, bottom, left property in px or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on."padding="Top, right, bottom, left property in px or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on."text-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)" >}}
{{< circle-bar-with-title-description-itemcircle-background-color="any background or gradient"circle-border-primary-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"circle-border-secondary-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"circle-border-width="Any valid number with unit like 10px or 10rem"circle-percent-number="Any number"circle-size="Any valid number with unit like 10px, 10rem or 50%"heading="Any text"heading-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"heading-line-height="Any valid number with unit like 10px, 10rem or 50%"heading-size="Any valid number with unit like 10px, 10rem or 50%"is-border-double="true|false"margin="Top, right, bottom, left property in px or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on."sub-heading="Any text"sub-heading-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"sub-heading-line-height="Any valid number with unit like 10px, 10rem or 50%"sub-heading-size="Any valid number with unit like 10px, 10rem or 50%"text-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"text-line-height="Any valid number with unit like 10px, 10rem or 50%"text-size="Any valid number with unit like 10px, 10rem or 50%" >}}
The actual message goes here
{{< /circle-bar-with-title-description-item >}}
{{< /main-container >}}