Add slider from material-ui/lab
This commit is contained in:
parent
c082f89935
commit
b966fb4610
8 changed files with 261 additions and 1254 deletions
|
|
@ -1,10 +1,10 @@
|
|||
// @flow
|
||||
import React from "react";
|
||||
|
||||
import AppBar from "material-ui/AppBar";
|
||||
import Toolbar from "material-ui/Toolbar";
|
||||
import Typography from "material-ui/Typography";
|
||||
import { CircularProgress } from "material-ui/Progress";
|
||||
import AppBar from "@material-ui/core/AppBar";
|
||||
import Toolbar from "@material-ui/core/Toolbar";
|
||||
import Typography from "@material-ui/core/Typography";
|
||||
import CircularProgress from "@material-ui/core/CircularProgress";
|
||||
|
||||
export type TopBarProps = {
|
||||
title: string,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue