# Nitro UI: Utility Bundle

Utility Bundle component for Nitro UI.

## Getting Started

Get latest version by installing via [NPM @nitro-ui/utility-align](https://www.npmjs.com/package/@nitro-ui/utility-align):

```sh
npm install @nitro-ui/bundle-utilities
```


## List of Utility in this Bundle:
- [Utility Align](https://github.com/icarasia/nitro-ui/tree/master/packages/utility-align)
- [Utility Background](https://github.com/icarasia/nitro-ui/tree/master/packages/utility-background)
- [Utility Border](https://github.com/icarasia/nitro-ui/tree/master/packages/utility-border)
- [Utility Clearfix](https://github.com/icarasia/nitro-ui/tree/master/packages/utility-clearfix)
- [Utility Display](https://github.com/icarasia/nitro-ui/tree/master/packages/utility-display)
- [Utility Divider](https://github.com/icarasia/nitro-ui/tree/master/packages/utility-divider)
- [Utility Flex](https://github.com/icarasia/nitro-ui/tree/master/packages/utility-flex)
- [Utility Float](https://github.com/icarasia/nitro-ui/tree/master/packages/utility-float)
- [Utility Height](https://github.com/icarasia/nitro-ui/tree/master/packages/utility-height)
- [Utility Hide](https://github.com/icarasia/nitro-ui/tree/master/packages/utility-hide)
- [Utility Loader](https://github.com/icarasia/nitro-ui/tree/master/packages/utility-loader)
- [Utility Opacity](https://github.com/icarasia/nitro-ui/tree/master/packages/utility-opacity)
- [Utility Overflow](https://github.com/icarasia/nitro-ui/tree/master/packages/utility-overflow)
- [Utility Position](https://github.com/icarasia/nitro-ui/tree/master/packages/utility-position)
- [Utility Rounded](https://github.com/icarasia/nitro-ui/tree/master/packages/utility-rounded)
- [Utility Shadow](https://github.com/icarasia/nitro-ui/tree/master/packages/utility-shadow)
- [Utility Spacing](https://github.com/icarasia/nitro-ui/tree/master/packages/utility-spacing)
- [Utility Text](https://github.com/icarasia/nitro-ui/tree/master/packages/utility-text)
- [Utility Transition](https://github.com/icarasia/nitro-ui/tree/master/packages/utility-transition)
- [Utility Width](https://github.com/icarasia/nitro-ui/tree/master/packages/utility-width)

## Usage:

Example and usage can be found at the respective page.

## Development

To extends, develop or contribute to this component, you're required to fork our main [repository](https://github.com/icarasia/nitro-ui) and made a pull request.

### Development Requirements

Development tools required for this component are:

- [NodeJS](https://nodejs.org/en/)
- [Grunt CLI](https://gruntjs.com)
- [Ruby](https://www.ruby-lang.org/en/) (optional)
- [SASS](https://sass-lang.com) (optional)

Ruby and SASS are optional if you're fully using [node-sass](https://github.com/sass/node-sass) from npm for development.

### Development Setup

Run:

```sh
npm install
```

### Compile

Run:

```sh
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](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.0-beta] - 2019-07-18
### Added
- Initial setup
