Skip to content

UI builder components #223

Description

@nicosammito
  • Heading
    content as TextInput, size as SelectInput (h1,h2,h3,h4,h5,h6)
  • Text
    content as TextInput, hierarchy as SelectInput (primary, secondary, tertiary)
  • Container
    children as slot
  • Row
    children as slot
  • Column
    children as slot, column_size as SelectInput(25%,33%,50%, 100%) (Make sure this is an inline component over the puck config)
  • Link
    content as TextInput, Link as TextInput (Make sure you are validating the url and its a valid url)
  • Card
    children as slot, color as SelectInput (primary, secondary, tertiary, info, success, warning, error)
  • Divider
    orientation as SelectInput (vertical, horizontal)
  • Table
    runtime as SelectInput, module as SelectInput, columns as MultipleSelectInput, filter as DataTableFilterInput, showFilter as BooleanInput, minItems as NumberInput, maxItems as NumberInput, itemsPerPage as NumberInput
  • Graph
    runtime as SelectInput, module as SelectInput, xAchse as SelectInput, yAchse as SelectInput, xAchseType as SelectInput (Date, Number, Text), yAchseType as SelectInput (Date, Number, Text)

Metadata

Metadata

Assignees

Labels

No labels
No labels

System

IDE

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions