@nitro-ui/utility-float
v1.0.13
Published
Utility Float component for Nitro UI.
Downloads
111
Readme
Nitro UI: Utility Float
Utility Float component for Nitro UI.
Getting Started
Get latest version by installing via NPM @nitro-ui/utility-float:
npm install @nitro-ui/utility-float
Include this stylesheet code into your site:
<strong>Float</strong>
<div class="u-float-left">Float Left</div>
<div class="u-float-right">Float Right</div>
<div class="u-float-none">Float None</div>
<br/>
<strong>Responsive</strong>
`mobile, portable`
<p class="u-float-left@mobile">Float left @ Mobile</p>
<p class="u-float-left@portable">Float left @ Portable</p>
<p class="u-float-left">Float left @ All screen</p>
<br/>
Usage:
Example with <a>
tag:
<div href="#" class="u-float-left u-float-right@portable u-float-none@mobile">Float Left Primary, Float Right @ Portable, Float None @ 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 unable 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