naive-ui/demo/documentation/components/timeline/enUS/basic.demo.md
07akioni 487001d697 build: add changelog to site, refactor loader based on suffix
.demo.md for component demo
.demo-entry.md for demo entry
.md for common docs
2020-08-19 23:30:04 +08:00

541 B

Basic

<n-timeline>
  <n-timeline-item 
    content="Oops"
  />
  <n-timeline-item
    type="success"
    title="Success"
    content="success content"
    time="2018-04-03 20:46"
  />
  <n-timeline-item
    type="error"
    content="Error content"
    time="2018-04-03 20:46"
  />
  <n-timeline-item
    type="warning"
    title="Warning"
    content="warning content"
    time="2018-04-03 20:46"
  />
  <n-timeline-item
    type="info"
    title="Info"
    content="info content"
    time="2018-04-03 20:46"
  />
</n-timeline>