category:
  en: K12 customization
  zh-CN: K12 定制
icon: '&#xe656;'
items:
  - k12-flow
  - k12-flow-item
k12-flow:
  props:
    title:
      type: String
      default: ''
      en: "Header's title"
      zh-CN: "标题"
    align:
      type: String
      default: 'left'
      en: ""
      zh-CN: "对齐方式[left, right]"  
k12-flow-item:
  props:
    data:
      type: Object
      default: {}
      en: "value"
      zh-CN: "值"
changes:
  v1.0.1:
    en:
      - '[feature] new component'
    zh-CN:
      - '[feature] 新组件'
