import React, { Component } from "react";
import { RunningList } from "@hubblr/hubblr-react-components";
class RunningListUsage extends Component {
render() {
return <RunningList />;
}
}
Check here to see some example use cases of the included components.
Here's an overview of the components that belong to the running list.