Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 535 Bytes

running-list.md

File metadata and controls

27 lines (17 loc) · 535 Bytes

Overview for the Running List Component

Usage

import React, { Component } from "react";

import { RunningList } from "@hubblr/hubblr-react-components";

class RunningListUsage extends Component {
  render() {
    return <RunningList />;
  }
}

RunningList Example

Check here to see some example use cases of the included components.

Components

Here's an overview of the components that belong to the running list.

Running List

Running List Item