Added slider
This commit is contained in:
parent
ecc3e33ad7
commit
3d86418d22
2 changed files with 4 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue