status-qml/sandbox
Pascal Precht a89e218a9f feat(Components): introduce StatusBadge component
This component can be used to render badges with additional information
as seen in the navbar tab buttons and menu items.

Here's how it can be used:

```
StatusBadge {
  value: 2
}
```

By default and based on value, StatusBadge will change its width.
If no value is provided, it renders as badge indicator as seen in the profile
tab button.

Closes #15
2021-05-07 12:51:09 +02:00
..
Icons.qml feat: Set up catalog app (sandbox) 2021-05-05 07:55:43 +02:00
Others.qml feat(Components): introduce StatusBadge component 2021-05-07 12:51:09 +02:00
handler.cpp feat: Set up catalog app (sandbox) 2021-05-05 07:55:43 +02:00
handler.h feat: Set up catalog app (sandbox) 2021-05-05 07:55:43 +02:00
main.cpp feat: Set up catalog app (sandbox) 2021-05-05 07:55:43 +02:00
main.qml feat(Components): introduce StatusLoadingIndicator 2021-05-05 11:47:20 +02:00
qml.qrc feat(Components): introduce StatusLoadingIndicator 2021-05-05 11:47:20 +02:00
sandbox.pro feat: Set up catalog app (sandbox) 2021-05-05 07:55:43 +02:00
sandboxapp.cpp feat: Set up catalog app (sandbox) 2021-05-05 07:55:43 +02:00
sandboxapp.h feat: Set up catalog app (sandbox) 2021-05-05 07:55:43 +02:00