We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9421a50 commit 3ad71aaCopy full SHA for 3ad71aa
example/src/modules/popups/TooltipScreen.tsx
@@ -39,7 +39,7 @@ export const TooltipScreen = () => {
39
themeColor="success"
40
size="sm"
41
>
42
- Tooltip
+ Click here
43
</Button>
44
}
45
content="2 out 3 tasks completed"
@@ -77,7 +77,9 @@ export const TooltipScreen = () => {
77
<Radio value="left top" label="left top" />
78
</RadioGroup>
79
</Group>
80
- <Box style={tailwind.style("flex flex-row justify-start w-full")}>
+ <Box
81
+ style={tailwind.style("flex flex-row justify-start w-full flex-wrap")}
82
+ >
83
<Switch
84
state={hasArrow}
85
onStateChange={(value: SetStateAction<boolean>) =>
0 commit comments