Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/feathersui/feathersui-formatters

A port of the string formatting classes from Apache Flex (formerly Adobe Flex) to Feathers UI for Haxe and OpenFL
https://github.com/feathersui/feathersui-formatters

adobe-flex apache-flex feathers-ui formatter haxe openfl

Last synced: 2 months ago
JSON representation

A port of the string formatting classes from Apache Flex (formerly Adobe Flex) to Feathers UI for Haxe and OpenFL

Awesome Lists containing this project

README

        

# Formatters for Feathers UI

A port of the string formatting classes from [Apache Flex](https://flex.apache.org/) (formerly Adobe Flex) to [Feathers UI](https://feathersui.com/) for [Haxe](https://haxe.org/) and [OpenFL](https://openfl.org/).

Includes the following formatters:

- [`CurrencyFormatter`](https://api.feathersui.com/formatters/current/feathers/formatters/CurrencyFormatter.html)
- [`DateFormatter`](https://api.feathersui.com/formatters/current/feathers/formatters/DateFormatter.html)
- [`NumberFormatter`](https://api.feathersui.com/formatters/current/feathers/formatters/NumberFormatter.html)
- [`PhoneFormatter`](https://api.feathersui.com/formatters/current/feathers/formatters/PhoneFormatter.html)
- [`ZipCodeFormatter`](https://api.feathersui.com/formatters/current/feathers/formatters/ZipCodeFormatter.html)

## Minimum Requirements

- Haxe 4.0
- OpenFL 8.9.7

## Installation

Run the following command in a terminal to install [feathersui-formatters](https://lib.haxe.org/p/feathersui-formatters) from Haxelib.

```sh
haxelib install feathersui-formatters
```

## Project Configuration

After installing the library above, add it to your OpenFL _project.xml_ file:

```xml

```

## Documentation

- [feathersui-formatters API Reference](https://api.feathersui.com/formatters/)