Added slider

This commit is contained in:
vjrj 2017-12-04 19:21:25 +01:00
parent ecc3e33ad7
commit 3d86418d22
2 changed files with 4 additions and 1 deletions

View file

@ -2,7 +2,7 @@ import React, {Component} from 'react';
import { Row, Col, Button, Checkbox } from 'react-bootstrap';
import PropTypes from 'prop-types';
import { Meteor } from 'meteor/meteor';
import { Trans, Interpolate, translate } from 'react-i18next';
import { Trans, translate } from 'react-i18next';
import 'leaflet/dist/leaflet.css';
import { Circle, CircleMarker, Map, Marker, Popup, TileLayer, PropTypes as MapPropTypes } from 'react-leaflet'
import ActiveFiresCollection from '../../../api/ActiveFires/ActiveFires';

View file

@ -20,6 +20,7 @@
"i18next-browser-languagedetector": "^2.1.0",
"i18next-localstorage-cache": "^1.1.1",
"i18next-xhr-backend": "^1.5.0",
"indexof": "0.0.1",
"jquery": "^2.2.4",
"jquery-validation": "^1.17.0",
"juice": "^4.1.1",
@ -33,6 +34,8 @@
"moment": "^2.19.2",
"popper.js": "^1.12.7",
"prop-types": "^15.5.10",
"rc-slider": "^8.5.0",
"rc-tooltip": "^3.7.0",
"react": "^15.6.1",
"react-addons-pure-render-mixin": "^15.6.0",
"react-bootstrap": "^0.31.2",