# Educal Price Block

A volto block for educal price block.

## Customizable properties

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

1. `title` (_string_): Title of the price plan.
1. `description` (_string_): Description for the price plan.
1. `price1` (_string_): Price to be shown in heading.
1. `price2` (_string_): Price data to be shown in normal text.
1. `point1` (_string_): Services offered in the plan.
1. `point2` (_string_): Services offered in the plan.
1. `point3` (_string_): Services offered in the plan.
1. `point4` (_string_): Services offered in the plan.
1. `showActionButton` (_boolean_): Toggle the button.
1. `actionButtonText` (_string_): Button label.
1. `actionButtonUrl` (_string_): URL which is navigated onClick of button.
1. `tag` (_string_): Tag for the price block.

</details>

## Example

### Configuration

```txt
title: 'Diamond'
description: 'Perfect for enterprise marketing teams'
price1: '$99'
price2: '.99 / annually'
point1: 'Course Discussions'
point2: 'Content Library'
point3: '1-hour Mentorship'
point4: 'Online Course'
showActionButton: true
actionButtonText: 'Get started'
actionButtonUrl: '/'
tag: 'Best Value'
```

### Output

<img src="/assets/github/price_preview.png" width="50%">
