Skip to content
On this page

Other Helper Classes

There are a lot of CSS classes that you can use while writing your Vue templates. Very handy to ease the complexity of your VueModels and templates.

The list below is not complete. Also check the other TailwindCSS documentation pages like Typography, Visibility, Shadows, Positioning.

Class NameDescription
pointer-events-noneDOM element does not become a target of mouse events - clicks, hover and so on
pointer-events-autoThe opposite of pointer-events-none
cursor-pointerChange mouse pointer on DOM element to look as if on a clickable link
cursor-not-allowedChange mouse pointer on DOM element to look as if action will not be carried out
cursor-noneNo mouse cursor is rendered
Class NameDescription
scroll-autoEnable regular scrolling within an element
scroll-smoothEnable smooth scrolling within an element
overflow-autoSets overflow to auto
overflow-hiddenSets overflow to hidden
Class NameDescription
h-fullHeight is set to 100%
h-screenHeight is set to 100vh
w-fullWidth is set to 100%
w-screenWidth is set to 100vh
blockSets display property set to block
hiddenSets display property set to hidden
Class NameDescription
border-0Removes any border
rounded-noneRemoves any radius the border might have
shadow-noneRemoves any applied box-shadow
outline-0Removes any outline applied on the border
roundedApplies a generic border radius

See all helper classes available on TailwindCSS docs.

Clinux UI - Released under the MIT License.