dioxus_daisyui/
feedback.rs1use crate::ext::*;
2
3constant!(alert);
5
6constant!(alert info);
8constant!(alert success);
9constant!(alert warning);
10constant!(alert error);
11
12constant!(loading);
14
15constant!(loading spinner);
17constant!(loading dots);
18constant!(loading ring);
19constant!(loading ball);
20constant!(loading bars);
21constant!(loading infinity);
22
23constant!(progress);
25
26constant!(progress primary);
28constant!(progress secondary);
29constant!(progress accent);
30constant!(progress info);
31constant!(progress success);
32constant!(progress warning);
33constant!(progress error);
34
35constant!(radial progress);
37
38constant!(skeleton);
40
41constant!(toast);
43
44constant!(toast start);
46constant!(toast center);
47constant!(toast end);
48constant!(toast top);
49constant!(toast middle);
50constant!(toast bottom);
51
52constant!(tooltip);
54constant!(tooltip open);
55
56constant!(tooltip primary);
58constant!(tooltip secondary);
59constant!(tooltip accent);
60constant!(tooltip info);
61constant!(tooltip success);
62constant!(tooltip warning);
63constant!(tooltip error);
64
65constant!(tooltip top);
67constant!(tooltip bottom);
68constant!(tooltip left);
69constant!(tooltip right);
70
71