diff --git a/src/App.css b/src/App.css index c5c6e8a..88fcf44 100644 --- a/src/App.css +++ b/src/App.css @@ -1,28 +1,3 @@ -.App { - text-align: center; -} - -.App-logo { - animation: App-logo-spin infinite 20s linear; - height: 80px; -} - -.App-header { - background-color: #222; - height: 150px; - padding: 20px; - color: white; -} - -.App-title { - font-size: 1.5em; -} - -.App-intro { - font-size: large; -} - -@keyframes App-logo-spin { - from { transform: rotate(0deg); } - to { transform: rotate(360deg); } +body { + margin-bottom: 20px; } diff --git a/src/App.js b/src/App.js index 203067e..2864134 100644 --- a/src/App.js +++ b/src/App.js @@ -1,19 +1,225 @@ -import React, { Component } from 'react'; -import logo from './logo.svg'; -import './App.css'; +import React, {Component} from "react"; +import { + ReactiveBase, + DataSearch, + MultiDataList, + RangeSlider, + DateRange, + MultiList, + SingleRange +} from "@appbaseio/reactivesearch"; +import "./App.css"; class App extends Component { render() { return ( -
-
- logo -

Welcome to React

-
-

- To get started, edit src/App.js and save to reload. -

-
+ + + +
+ + 1B"} + ]} + showRadio={true} + showFilter={true} + filterLabel="Revenue" + URLParams={false} + innerClass={{ + label: "revenue-label", + radio: "revenue-radio" + }} + /> +
+ +
+ +
+ +
); } } diff --git a/src/index.css b/src/index.css index b4cc725..dee7295 100644 --- a/src/index.css +++ b/src/index.css @@ -2,4 +2,6 @@ body { margin: 0; padding: 0; font-family: sans-serif; + font-size: 20px; + background-color: #333333; }