Sha256: 649b5f0013f26cc165082e6fb8919dd50bfe56da13b23c8d7f3861b1c35327ab

Contents?: true

Size: 691 Bytes

Versions: 2

Compression:

Stored size: 691 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

Contribution directions go here.

## License

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
express_ui-0.4.1 README.md
express_ui-0.4.0 README.md