This package has been deprecated

Author message:

meson-display was a general package, deprecated for long.

@jimengio/meson-display
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

Meson Display

A collection of components of displaying information.

Demo http://fe.jimu.io/meson-display/

Usage

yarn add @jimengio/meson-display
  • Grouped Timeline
import { GroupedTimeline } from "@jimengio/meson-display"

let timeEvents: ITimelineGroup[] = [
  {
    title: "2019-04-10(今天)",
    children: [
      { title: "14:46 生产入库", content: "仓库:原材料仓库  操作人:陈大力" },
      { title: "10:20 销售出库", content: "仓库:成品仓库" },
    ],
  },
  {
    title: "2019-04-09(星期二)",
    children: [
      { title: "14:46 生产入库", content: "仓库:原材料仓库" },
    ],
  },
];

<GroupedTimeline groups={timeEvents} />

Workflow

https://github.com/jimengio/ts-workflow

License

MIT

Dependents (0)

Package Sidebar

Install

npm i @jimengio/meson-display

Weekly Downloads

0

Version

0.2.1

License

ISC

Unpacked Size

30.4 kB

Total Files

27

Last publish

Collaborators

  • imzshh
  • jiyinyiyong
  • rebirth