@faasjs/ant-design
TypeScript icon, indicating that this package has built-in type declarations

7.0.0 • Public • Published

@faasjs/ant-design

UI components based on FaasJS, Ant Design and React Router.

License: MIT NPM Version

Features

Install

npm install @faasjs/ant-design

Usage

In @faasjs/ant-design, we use FaasItemProps to provide data structures for components.

type FaasItemType =
  'string' | 'string[]' |
  'number' | 'number[]' |
  'boolean' |
  'date' | 'time' |
  'object' | 'object[]'

type FaasItemProps = {
  type: FaasItemTypes
  id: string
  title?: string
}

Functions

Interfaces

Type Aliases

Variables

/@faasjs/ant-design/

    Package Sidebar

    Install

    npm i @faasjs/ant-design

    Weekly Downloads

    66

    Version

    7.0.0

    License

    MIT

    Unpacked Size

    158 kB

    Total Files

    6

    Last publish

    Collaborators

    • zfben