1
2
3
4
5
6
7
8
9
10
11
// https://daisyui.com/components/indicator/
pub const indicator: &'static str = "indicator";
pub const indicator_item: &'static str = "indicator-item";

// Responsive
pub const indicator_start: &'static str = "indicator-start";
pub const indicator_center: &'static str = "indicator-center";
pub const indicator_end: &'static str = "indicator-end";
pub const indicator_top: &'static str = "indicator-top";
pub const indicator_middle: &'static str = "indicator-middle";
pub const indicator_bottom: &'static str = "indicator-bottom";