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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Fields

System

IDE

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions