Sha256: 7e07222393acc550e3213e519ad2764db765e2f0945f6def7cf102f0221ef94c

Contents?: true

Size: 485 Bytes

Versions: 2

Compression:

Stored size: 485 Bytes

Contents

# bootstrap4 datetime picker rails

Makes [Tempus Dominus](https://github.com/tempusdominus/bootstrap-4) available to your rails appliation through the asset pipeline.

## Usage Instructions

Add the following to your `Gemfile` and then run `bundle`

`gem 'bootstrap4-datetime-picker-rails'`

Add the following to `application.js`

```
//= require moment
//= require tempusdominus-bootstrap-4.js
```

Add the following to `application.scss`

`@import "tempusdominus-bootstrap-4.css";`

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bootstrap4-datetime-picker-rails-0.1.8 README.md
bootstrap4-datetime-picker-rails-0.1.7 README.md