# Helpers
Reduce coding stress and increase your Production speed.
Home
/
Helpers
Classes
You can use any of the values on the funcss prop to style your component. you can also use them in your className prop to apply our CSS styles.
NamediscriptionValues
Outline ColorApply outline color using `outline-{color}`. Replace `{color}` with desired color name, e.g., `outline-blue`.outline-color
Top MarginApply margin to the top side using `mt-{value}`. Supports the same spacing scale as general margin.mt-0 | mt-1 | mt-2 | mt-3 | mt-4 | mt-5 | mt-6 | mt-8 | mt-10 | mt-12 | mt-16 | mt-20
Right MarginApply margin to the right side using `mr-{value}`.mr-0 | mr-1 | mr-2 | mr-3 | mr-4 | mr-5 | mr-6 | mr-8 | mr-10 | mr-12 | mr-16 | mr-20
Bottom MarginApply margin to the bottom side using `mb-{value}`.mb-0 | mb-1 | mb-2 | mb-3 | mb-4 | mb-5 | mb-6 | mb-8 | mb-10 | mb-12 | mb-16 | mb-20
Left MarginApply margin to the left side using `ml-{value}`.ml-0 | ml-1 | ml-2 | ml-3 | ml-4 | ml-5 | ml-6 | ml-8 | ml-10 | ml-12 | ml-16 | ml-20
Negative MarginsApply negative margins with a trailing dash, e.g., `mt-10-` for -2.5rem top margin.mt-0- | mt-1- | mt-2- | mt-3- | mt-4- | mt-5- | mt-6- | mt-8- | mt-10- | mt-12- | mt-16- | mt-20-
General PaddingApply padding to all sides equally using `p-{value}`. Values correspond to CSS spacing variables.p-0 | p-1 | p-2 | p-3 | p-4 | p-5 | p-6 | p-8 | p-10 | p-12 | p-16 | p-20
Top PaddingApply padding to the top side using `pt-{value}`.pt-0 | pt-1 | pt-2 | pt-3 | pt-4 | pt-5 | pt-6 | pt-8 | pt-10 | pt-12 | pt-16 | pt-20
Right PaddingApply padding to the right side using `pr-{value}`.pr-0 | pr-1 | pr-2 | pr-3 | pr-4 | pr-5 | pr-6 | pr-8 | pr-10 | pr-12 | pr-16 | pr-20
Bottom PaddingApply padding to the bottom side using `pb-{value}`.pb-0 | pb-1 | pb-2 | pb-3 | pb-4 | pb-5 | pb-6 | pb-8 | pb-10 | pb-12 | pb-16 | pb-20
Left PaddingApply padding to the left side using `pl-{value}`.pl-0 | pl-1 | pl-2 | pl-3 | pl-4 | pl-5 | pl-6 | pl-8 | pl-10 | pl-12 | pl-16 | pl-20
Fixed WidthSet specific width using utility classes like `w-100`, `w-400` (values are in px or rem depending on system)w-{value}
Fixed HeightSet specific height using utility classes like `h-100`, `h-400` (values are in px or rem depending on system)h-{value}
Width PercentagesSet element width using percentages with utilities like `width-50-p`, `width-100-p`width-{percentage}-p
Height PercentagesSet element height using percentages with utilities like `height-50-p`, `height-100-p`height-{percentage}-p
Min/Max Width & Height (Viewport)Use `min-w-vw`, `max-w-vw`, `min-h-vh`, or `max-h-vh` to control sizing with respect to viewportmin-w-vw | max-w-vw | min-h-vh | max-h-vh
Plain BorderEliminate border radius from elements with default rounded cornersflat
Invisible BackgroundGenerate a see-through backgroundtransparent
Glass EffectCreate a glass-like background appearanceglassy
Hover BorderCreate a border around the element when the user hovers on it.hoverable-border
Elevated CardApply a raised effect to the box shadow of an elementraised
Pointing CursorAlter cursor to a pointing handcursor-pointer,cursor-copy,cursor-none,cursor-move
Text AlignmentAdjust text alignmenttext-left , text-right , text-center
Hovering ShadowProduce a shadow effect on hoverhover-shadow
Left-side BorderCreate a border on the left sidevr
Bottom-side BorderCreate a border at the bottomhr
Simple BorderAdd a basic borderborder
Layer OrderingArrange layers, values range from 1 to 10z-index-value
TransparencyAdjust opacity, values range from 1 to 10opacity-value
DarkeningApply a dark background effect, values range from 1 to 10darken-value
Hover Opacity AdjustmentAdjust opacity on hover, values range from 1 to 10hover-opacity-value
Fixed Positioning at TopFix element position at the topfixed-top or fixedTop
Fixed Positioning at BottomFix element position at the bottomfixedBottom
Sticky Top ElementCreate a sticky element at the topsticky-top
Margin AdditionAdd a margin of 0.5remmargin
Padding AdditionAdd a padding of 0.5rempadding
Top BorderCreate a border at the topbt
Right BorderCreate a border at the rightbr
Border CurvatureApply a border radius to all edges of your elementroundEdge | roundEdgeSmall | roundEdgeMax
Curved Left EdgeApply a border radius to the left side of the elementleftEdge
Curved Right EdgeApply a border radius to the right side of the elementrightEdge
Curved Top EdgeApply a border radius to the top of the elementtopEdge
Curved Bottom EdgeApply a border radius to the bottom of the elementbottomEdge
Shadow RemovalEliminate shadow from components with a shadow effectshadowless