# Educal Category Block

A volto teaser block for category section.

## Customizable properties

<details>
  <summary>Click to expand!</summary>

1. `teaserIcon` (_image_): Icon for the category.
1. `title` (_string_): Title of the block.
1. `description` (_string_): Short description for block.
1. `url` (_string_): onClick url of the block.

</details>

## Example

### Configuration

```txt
teaserIcon: '/tablet.svg'
title: 'Data Science'
description: 'Data is Everything'
url: '/'
```

### Output

<img src="/assets/github/category_preview.png" width="34%">
