utildisplay

v1.1.0arrow_drop_down
v1.1.0
v1.0.1
STATUS
Passing
DOWNLOADS
2
VISIBILITY
Public
PUBLISHED
5 years ago
SIZE
N/A
General helper classes for controlling display These are the basic classes you might need to apply to typical HTML content.
1 contributor
Install utildisplay as a package?
Copied
npm i @bit/ashwani18.lss-shared-ui-components.styles.utildisplay
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
chevron_left
chevron_right

General helper classes for controlling display

These are the basic classes you might need to apply to typical HTML content. If you find yourself needing something like table, table-cell, flex, etc., then you probably need a more complex object and shouldn’t be using utility classes in the first place.

Clear boxes that contain floated elements

Completely hide content from view and from screenreaders.

Make visually-hidden content visible on focus Use in conjunction with .u-hide-visually to only display content when it’s focused.

Flip a component vertically around the x-axis

Help and resources