Skip to content

Latest commit

 

History

History
63 lines (35 loc) · 8.97 KB

README.md

File metadata and controls

63 lines (35 loc) · 8.97 KB

Dialogs

Dialogs are a standard way to inform the user about some result, giving the user option to react to it.

Variants

Variant Snapshot
Standard
Source Code

This component gives the user option to confirm the information.
alt text
Advanced
Source Code

This component gives the user the choice out of two options, usually dismiss or confirmation.
alt text
Error
Source Code

Component indicating error.

Screens

Components replacing the whole screen, for example when indicating an error.

Variants

Variant Snapshot
Error
Source Code

Component replacing the whole screen when indicating the error, with a custom action button and title.

List item

Component being displayed inside a list.

Variants

Content with action

Component allows to display the "action" on the right of the component.

Variant Snapshot
Content with action
Source Code

Component allows to display the "action" on the right of the component.

com.appunite.loudius_PaparazziShowkaseTests_preview_tests[Default Group-LoudiusListItemContentAndActionPreview,1,light]
Content with icon
Source Code

Component also takes a icon which is displayed on the left of the "content".

Content only
Source Code

Component taking only the "content".

Buttons

Variant Snapshot
Outlined button with icon
Source Code
Outlined button no icon
Source Code

Topbar

Topbar is a component on the top of the screen.

Variant Snapshot
Topbar with back navigation
Source Code
Topbar with no navigation
Source Code