Altinn/app-frontend-react

Text Component

Closed this issue · 1 comments

Primitive base component for displaying text

Should support:
Label, data, icon, horizontal/vertical view

Config

{
  "id": "fornavn",
  "type": "Text",
  "textResourceBindings": {
    "title": "Fornavn"
  },
  "value": ["dataModel", "Person.Fornavn", "folkeregisteret_api"]
}

Image
Image

Eks)

{
        "id": "text1",
        "type": "Text",
        "textResourceBindings": {
          "title": "Fornavn"
        },
        "value": ["dataModel","GridData.TotalGjeld"],
        "grid": {
          "xs": 6
        }
      }