Comment on page
Illustration
Illustration component - Abyssale REST API
Abyssale supports the following illustration packages:
Property | Description |
---|---|
illustration_type | The illustration library that will be used to retrieve the related illustration name. Supported values:
|
illustration_file | The illustration name. It corresponds to:
|
illustration_properties | |
alignment | |
opacity | Integer between 0 and 100. Opacity of the image |
Undraw, feather and material icons can have an
illustration_properties
property.Property | Description |
---|---|
primary_color | This attribute should be located within the " illustration_properties " section of your post code. |
"illustration_file": "tropical_fish" "alignment": "middle center" | ![]() |
"opacity": 68, "illustration_file": "happy_2021", "illustration_properties": { "primary_color": "#FF0000" } | ![]() |
Last modified 3mo ago