Sha256: 742f4cb1b2286f7de1218c44da5df8eb238db7b5a534ef5e730b6bb8a4fe3313

Contents?: true

Size: 765 Bytes

Versions: 4

Compression:

Stored size: 765 Bytes

Contents

Express UI
==========

User interface library for [AppExpress](https://appexpress.io/opensource) components.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'express_ui'
```

And then execute:
```bash
$ bundle
```

Or install it yourself as:
```bash
$ gem install express_ui
```

## Usage

Install SASS mixins:

```bash
$ bin/rails generate express_ui:install_mixins
```

## Testing

Start the dummy Rails app:

```
cd test/dummy
bin/rails s
```

Visit `http://localhost:3000/express_ui`.

## Contributing

Read the contributing [guide](/CONTRIBUTING.md).

## Releasing

Read the releasing [guide](/RELEASING.md).

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
express_ui-0.5.2 README.md
express_ui-0.5.1 README.md
express_ui-0.5.0 README.md
express_ui-0.4.2 README.md