zu 0.3.3

Yew web components, implementing Material Design
Documentation
// Copyright (c) 2024 Xu Shaohua <shaohua@biofan.org>. All rights reserved.
// Use of this source is governed by Lesser General Public License
// that can be found in the LICENSE file.


/* Styles for Fab */

// Styles applied to the root element.
.ZuFab-root {

}

// Styles applied to the root element if color="primary".
.ZuFab-primary {

}

// Styles applied to the root element if color="secondary".
.ZuFab-secondary {

}

// Styles applied to the root element if variant="extended".
.ZuFab-extended {

}

// Styles applied to the root element if variant="circular".
.ZuFab-circular {

}

// State class applied to the ButtonBase root element if the button is keyboard focused.
.ZuFab-focusVisible {

}

// State class applied to the root element if disabled={true}.
.ZuFab-disabled {

}

// Styles applied to the root element if color="inherit".
.ZuFab-colorInherit {

}

// Styles applied to the root element if size="small"`.
.ZuFab-sizeSmall {

}

// Styles applied to the root element if size="medium"`.
.ZuFab-sizeMedium {

}