Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuarezruiz committed May 14, 2022
1 parent 572070c commit 8f806dd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,23 @@ CheckBox is a type of button that can either be checked or empty.

<img src="images/alohakit-checkbox.png" Width="220" />

Features:
- Checked/Unchecked state when IsChecked is true/false respectively.
- Customize the width of the lines with which the Checkbox element is drawn.
- Defines the Brush applied to the control when it is checked.
- Defines the Brush applied to the control when it is unchecked.
- Exposes Commands that allows you to manage actions when Checkbox state changes.

### PulseIcon

PulseIcon generates pulsation relative to your icon.

<img src="images/alohakit-pulseicon.png" Width="220" />

Features:
- All the colors can be customized supporting gradients.
- Can easily manage the animation.

### ProgressBar

The ProgressBar visually represents progress as a horizontal or vertical bar that is filled to a percentage represented by a float value.
Expand Down

0 comments on commit 8f806dd

Please sign in to comment.