Lenra Docs
Register on Lenra
  • Home
  • Getting started
    Open/Close
  • Guides
    Open/Close
  • Features
    Open/Close
  • References
    Open/Close
  • Contribute

    StatusSticker

    This component is a status based sticker. It can take 4 different statuses, success, warning, error and pending

    Examples

    Simple Status Sticker

    {
        "type": "statusSticker",
        "status": "success"
    }
    

    Properties

    AttributeDescriptionType
    _typeThe type of the element
    • statusSticker
    statusthe status of the elementstring
    • success
    • warning
    • error
    • pending