Skip to content

Latest commit

 

History

History
55 lines (53 loc) · 1.27 KB

README.md

File metadata and controls

55 lines (53 loc) · 1.27 KB

Components

For detailed documentation, see in-editor documentation or check out the source files.

  • Buttons
    • YButton
    • YFloatingButton
    • YIconButton
    • YDropdownButton that requires YDropdownButtonItems
  • Dialogs
    • YDialogBase
    • YDialogs class to use the following components
    • YChoiceDialog
    • YConfirmationDialog that requires YConfirmationDialogOptions
    • YInfoDialog
    • YInputDialog
    • YListDialog that requires YListDialogOptions
  • Inputs
    • Checkbox
      • YCheckbox
      • YCheckboxListTile
    • Radio
      • YRadio
      • YRadioListTile
    • Switch
      • YSwitch
      • YSwitchListTile
    • YSlider
    • Form
      • YForm
      • YFormField
  • Navigation
    • YAppBar
    • YPage
    • YBottomNavigationBar
    • YTabBar
    • YNavigationElement
  • Progress bars
    • YLinearProgressBar (Work in progress)
    • YCircularProgressBar (Planned)
  • Snackbars
    • YSnackbars class to use the following component
    • YSnackbar
  • Spacers
    • YHorizontalSpacer
    • YVerticalSpacer
  • YBadge
  • YDivider
  • YOptionTile
  • YRefreshIndicator
  • YScrollbar
  • YShadowScrollContainer (Deprecated, will be removed in an upcoming version)
  • Bottom sheets
    • YModalBottomSheets (Work in progress)
  • Banners (Planned)