Utils
Provides some basic utility classes to speed up and improve your development.
Install
Add @vishnucss/utils dependency to your project:
yarn add @vishnucss/utils
<link rel="stylesheet" href="https://unpkg.com/@vishnucss/utils" />
Summary
pull-left- float leftpull-right- float righttext-center- center align texttext-left- left align texttext-right- right align text-
horizontal-align- horizontally align an element vertical-align- vertical align an elementstart- align children to the startend- align children to the endcenter- align children to the centerwrap- display wrap elements childrenfull-screen- make element full screenfull-width- make element full width sizefull-height- make element full height sizeflex- display elements flexfixed- make element full width and fixedcolumn- display elements columnabsolute- make element absoluterelative- make element relative-
truncate- make a single straight line with ellipsis hide- hide elements