yaka-components

1.2.0 • Public • Published

yaka引擎专用组件

安装

npm

npm install yaka-components

yarn

yarn add yaka-components

使用

import yakaComponents from 'yaka-components'
const { components, layoutComponents } = yakaComponents

组件列表

布局组件

  1. Form
  2. ROW
  3. Logic

功能型组件

  1. Card
  2. EditTable
  3. Switch
  4. Editor
  5. TimePicker
  6. Radio
  7. DatePicker

旧版引用的igroot组件

  1. Button
  2. InputNumber
  3. Card
  4. CheckboxGroup
  5. Input
  6. TextArea

兼容旧版

import {  Button, InputNumber, Card, Checkbox, Input } from 'igroot'
const CheckboxGroup = Checkbox.Group
import yakaComponents from 'yaka-components'
const { components, layoutComponents } = yakaComponents
 
const oldComponents = {
    ...components,
    Checkbox: CheckboxGroup,
    Button,
    Input,
    InputNumber,
    Card,
    TextArea: Input.TextArea,
}

Readme

Keywords

none

Package Sidebar

Install

npm i yaka-components

Weekly Downloads

5

Version

1.2.0

License

MIT

Unpacked Size

79.5 kB

Total Files

30

Last publish

Collaborators

  • black_ice