You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// If button is placed on colored surface using `OUDSColoredSurface`, the default colors (content, background and border) are automatically adjusted to switch to monochrom.
55
-
///
56
-
/// **Remark: Today it is not allowed to placed a Negative button on a colored surface.
53
+
/// If button is placed on colored surface using ``OUDSColoredSurface``, the default colors (content, background and border) are automatically adjusted to switch to monochrom.
57
54
///
55
+
/// **Remark: Today it is not allowed to place a Negative button on a colored surface.**
Copy file name to clipboardExpand all lines: OUDS/Core/Components/Sources/_OUDSComponents.docc/OUDSComponents.md
+21-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,24 @@ The catalog of all components provided by OUDS. It contains also `View` extensio
4
4
5
5
## Overview
6
6
7
-
❗More details coming soon.❗
7
+
### Buttons
8
+
9
+
The ``OUDSButton`` propose layout with text only, icon only or text and icon.
10
+
Four hierarchies are proposed for all layouts: *default*, *strong*, *minimal* and *negative*.
11
+
Two style are available: *default* and *loading*.
12
+
If button is placed on colored surface using `OUDSColoredSurface`, the default colors (content, background and border) are automatically adjusted to switch to monochrom.
13
+
A button with `OUDSButton.Hierarchy.Negative` hierarchy is not allowed as a direct or indirect child of an `OUDSColoredSurface`.
0 commit comments