Skip to content

Commit

Permalink
README.md (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateolafalce authored Jul 9, 2023
1 parent 2bfe02a commit c5186eb
Showing 1 changed file with 27 additions and 39 deletions.
66 changes: 27 additions & 39 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,60 +30,54 @@ iced_aw = { version = "0.5", default-features = false, features = [...] }

### Badge

<center>

![Badge showcase](./images/showcase/badge.png)

</center>
<div align="center">

![Badge showcase](./images/showcase/badge.png)
</div>

Please take a look into our examples on how to use badges.

Enable this widget with the feature `badge`.

### Card

<center>

<div align="center">
![Card showcase](./images/showcase/card.png)

</center>

</div>

Please take a look into our examples on how to use cards.

Enable this widget with the feature `card`.

### Color Picker

<center>
<div align="center">

![Color Picker showcase](./images/showcase/color_picker.png)

</center>
</div>

Please take a look into our examples on how to use color pickers.

Enable this widget with the feature `color_picker`.

### Date Picker

<center>

![Modal showcase](./images/showcase/date_picker.png)

</center>
<div align="center">

![Modal showcase](./images/showcase/date_picker.png)
</div>

Please take a look into our examples on how to use date pickers.

Enable this widget with the feature `date_picker`.

### Floating Action Button

<center>
<div align="center">

![Floating Element showcase](./images/showcase/floating_button.png)

</center>
</div>

Please take a look into our examples on how to use floating elements.

Expand All @@ -93,11 +87,10 @@ Enable this widget with the feature `floating_element`.

Modals are useful for showing some content as an overlay on top. In combination with the Card widget, modals can be used to create some kind of dialog panels.

<center>
<div align="center">

![Modal showcase](./images/showcase/modal.png)

</center>
</div>


Please take a look into our examples on how to use modals.
Expand All @@ -108,11 +101,10 @@ Enable this widget with the feature `modal`.

Just like TextInput, but only for numbers.

<center>
<div align="center">

![NumberInput showcase](./images/showcase/number_input.png)

</center>
</div>

Please take a look into our examples on how to use number inputs.

Expand All @@ -124,11 +116,10 @@ Enable this widget with the feature `number_input`.

A split divides the available space to display two different elements.

<center>
<div align="center">

![Split showcase](./images/showcase/split_example.gif)

</center>
</div>

Please take a look into our examples on how to use Splits.

Expand All @@ -138,23 +129,21 @@ Enable Splits with the feature `split`.

### TabBar and Tabs

<center>
<div align="center">

![Tabs showcase](./images/showcase/tabs_example.gif)

</center>
</div>

Please take a look into our examples on how to use TabBars and Tabs.

Enable TabBars with the feature `tab_bar` and Tabs with `tabs`.

### Time Picker

<center>
<div align="center">

![Modal showcase](./images/showcase/time_picker.png)

</center>
</div>

Please take a look into our examples on how to use time pickers.

Expand All @@ -163,11 +152,10 @@ Enable this widget with the feature `time_picker`.

### Menu

<center>
<div align="center">

![Menu showcase](./images/showcase/menu.gif)

</center>
</div>

Please take a look into our examples on how to use menus.

Expand Down

0 comments on commit c5186eb

Please sign in to comment.