0.6.3 • Published 4 years ago

@vcl/utils v0.6.3

Weekly downloads
6
License
MIT
Repository
-
Last release
4 years ago

VCL utils

Basic utility classes.

Features

Utility classes for:

  • Floated elements
  • Box model manipulation
  • Alignment of inline elements
  • Text and word wrapping
  • Visibility control
  • Scrollable containers
  • Text selection by users

Usage

Inline Element Alignment

inline-element-alignment example

Scrollable Containers

scrollable-containers example

Text and Word Wrapping

text-and-word-wrapping example

Classes

Float Helpers

  • vclFloatLeft
  • vclFloatRight
  • vclFloatNone
  • vclClearFix
  • vclClear

Block Element alignment

  • vclCenterBlock

Border

  • vclNoBorder

Padding

  • vclNoPadding

Margin

  • vclNoMargin

Alignment of inline Elements

  • vclAlignLeft
  • vclAlignRight
  • vclAlignCentered
  • vclAlignJustified

Text and Word Wrapping

  • vclBreakWords
  • vclNoWrap
  • vclOverflowEllipsis

Visibility Control

  • vclOverflowHidden
  • vclDisplayNone
  • vclVisibilityHidden

Scrollable Containers

  • vclScrollable

Modifiers:

  • vclX: scrollable only along x-axis
  • vclXOnHover: scrollable only along x-axis when hovered
  • vclY: scrollable only along y-axis
  • vclYOnHover: scrollable only along y-axis when hovered

Text Selection by Users

  • vclEnableUserSelect
  • vclDisableUserSelect

Demo

example.html on GH-pages.

1.0.0-alpha.2

4 years ago

0.7.0-alpha.3

4 years ago

0.7.0-alpha.2

4 years ago

0.7.0-alpha.1

5 years ago

0.6.3

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0-6

5 years ago

0.6.0-3

5 years ago

0.6.0-1

5 years ago

0.5.3

5 years ago

0.4.5

5 years ago

0.4.2

5 years ago

0.4.0

5 years ago

0.4.0-beta.3

5 years ago

0.4.0-beta.1

5 years ago

0.4.0-beta.0

5 years ago

0.4.0-0

5 years ago

0.3.0-0

5 years ago

0.3.0-2

5 years ago

0.3.0

5 years ago

0.2.1

6 years ago

0.2.0

7 years ago