@konversi/konversi-cli

1.0.10 • Public • Published

Custom Schemas

Custom Schema Field Types

  TEXT
  NUMBER
  CURRENCY
  BOOLEAN
  FILE
  DATE
  REFERENCE

Forms

Template example:

  {
    pages: [
      {
        components: [
          {
            type: "text" | "number" | "boolean" | "file" | "radio" | "checkbox" | "custom_script" | "dropdown",,
            label,
            key,

            // For radio or checkbox or dropdown
            options?: [{label, value}]

            // For custom_script:
            customScriptId?: string

            hint?,
            isRequired = true,
            default = '',
            placeholder = ''
          }
        ]
      }
    
    ]
  }

Readme

Keywords

none

Package Sidebar

Install

npm i @konversi/konversi-cli

Weekly Downloads

1,236

Version

1.0.10

License

ISC

Unpacked Size

299 kB

Total Files

6

Last publish

Collaborators

  • will.konversi