@nitro-ui/utility-overflow
v1.0.13
Published
Utility overflow component for Nitro UI.
Downloads
117
Readme
Nitro UI: Utility Overflow
Utility Overflow component for Nitro UI.
Getting Started
Get latest version by installing via NPM @nitro-ui/utility-overflow:
npm install @nitro-ui/utility-overflow
Usage:
<div class="u-overflow-hidden">div with overflow hidden</div>
<div class="u-overflow-x-auto">div with overflow x auto</div>
<div class="u-overflow-y-auto">div with overflow y auto</div>
Responsive Support
Overflow also support responsive for mobile
<div class="u-overflow-hidden@mobile">div with overflow hidden on mobile</div>
<div class="u-overflow-x-auto@mobile">div with overflow x auto on mobile</div>
<div class="u-overflow-y-auto@mobile">div with overflow y auto on mobile</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