From 4f091ae8f3875c6751d60658c05833039b4498ba Mon Sep 17 00:00:00 2001 From: trOnk12 Date: Tue, 19 Sep 2023 11:57:37 +0000 Subject: [PATCH] [MegaLinter] Apply linters fixes --- components/README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/components/README.md b/components/README.md index 36ffe89c0..4854661f9 100644 --- a/components/README.md +++ b/components/README.md @@ -8,9 +8,9 @@ Dialogs are a standard way to inform the user about some result, giving the user ``` ```` -| Variant | Snapshot | -| :----------------------------------------------------------- | ------------------------------------------------------------ | -| **Standard**
This component gives the user option to confirm the information. | alt text | +| Variant | Snapshot | +|:----------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **Standard**
This component gives the user option to confirm the information. | alt text | | **Advanced**
This component gives the user the choice out of two options, usually dismiss or confirmation. | alt text | ## Variants @@ -45,19 +45,19 @@ Component allows to display the "action" on the right of the component. -| Variant | Snapshot | -| ------------------------------------------------------------ | :----------------------------------------------------------- | -| **Content with action**
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**
Component also takes a icon which is displayed on the left of the "content". | | -| **Content only**

Component taking only the "content". | | +| Variant | Snapshot | +|---------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **Content with action**
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**
Component also takes a icon which is displayed on the left of the "content". | | +| **Content only**

Component taking only the "content". | | # Buttons -| Variant | Snapshot | -| ----------------------------- | ------------------------------------------------------------ | -| **Outlined button with icon** | | +| Variant | Snapshot | +|-------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **Outlined button with icon** | | | **Outlined button no icon** | | @@ -66,9 +66,9 @@ Component allows to display the "action" on the right of the component. Topbar is a component on the top of the screen. -| Variant | Snapshot | -| ------------------------------- | ------------------------------------------------------------ | -| **Topbar with back navigation** | | +| Variant | Snapshot | +|---------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **Topbar with back navigation** | | | **Topbar with no navigation** | | \ No newline at end of file