0.6.1 master

Cascara

JsonPlaceholder

NOTE: Placeholder components are only intended for use during development and should not be used in production.

This component can be used during development to display JSON data.

Default display

JSON
{
  "stuff": {
    "okay": true,
    "something": 23,
    "string": "cool"
  }
}

Can be open on mount

JSON
{
  "stuff": {
    "okay": true,
    "something": 23,
    "string": "cool"
  }
}

Can display a unique title

Custom Title
{
  "stuff": {
    "okay": true,
    "something": 23,
    "string": "cool"
  }
}

If needed, can be customized

Style
{
  "stuff": {
    "okay": true,
    "something": 23,
    "string": "cool"
  }
}