1.0.13 • Published 4 years ago

@nitro-ui/utility-hide v1.0.13

Weekly downloads
16
License
ISC
Repository
github
Last release
4 years ago

Nitro UI: Utility Hide

Utility Hide component for Nitro UI.

Getting Started

Get latest version by installing via NPM @nitro-ui/utility-hide:

npm install @nitro-ui/utility-hide

Usage:

Hide is the alternative of display:none property. Element will be rendered in 1x1 px.

<div class="u-hide">This element will hide</div>

Responsive Usage

Hide support mobile,tablet, portable, desktop and tablet-desktop responsive class

<div class="u-hide@mobile">Hide element</div>
<div class="u-hide@tablet">Hide element</div>
<div class="u-hide@portable">Hide element</div>
<div class="u-hide@desktop">Hide element</div>
<div class="u-hide@tablet-desktop">Hide element</div>

Development

To extends, develop or contribute to this component, you're required to fork our main repository and made a pull request.

Development Requirements

Development tools required for this component are:

Ruby and SASS are optional if you're fully using node-sass from npm for development.

Development Setup

Run:

npm install

Compile

Run:

grunt

TODO

Nothing todo for now.


CHANGELOG

All notable changes to this project will be documented in this file. For now, let's keep TODO and CHANGELOG in README file. Keeping things simple.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.0.0-beta - 2019-07-18

Added

  • Initial setup
1.0.13

4 years ago

1.0.12

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.0-alpha.6

5 years ago

1.0.0-alpha.5

5 years ago

1.0.0-alpha.4

5 years ago

1.0.0-alpha.3

5 years ago

1.0.0-alpha.2

5 years ago

1.0.0-alpha.1

5 years ago

1.0.0-alpha.0

5 years ago