Skip to content

Nuxify/widgetbook

Repository files navigation

Nuxify WidgetBook

Buttons

  • Action Button: FilledButton()
  • Outlined Action Button: OutlinedButton()
  • Icon Button: IconButton.filled()

Indicators

  • Horizontal Step Indicator: HorizontalStepper()
  • Chip Indicator: ChipIndicator()
  • Chip Selection: ChipsSelection()
  • Empty View (Icon on top, text on bottom, centered): EmptyViewPlaceholder()
  • Avatar (if no image passed, display initials): CircleAvatar()

Textfields / Input

  • Filled TextField: FilledTextField()
  • Outlined TextField: OutlinedTextField()
  • Dropdown: DropdownMenu()
  • Pincode Texfield: PincodeView()
  • QR Reader: QRScanner()

Views

  • Alert Modal: AppAlertDialog()
  • BottomSheet: AppBottomSheet(), triggered by the openBottomSheet() helper function
  • Expanded BottomSheet: AppBottomSheet(), triggered by the openBottomSheet() helper function
  • List Item: ListTile()
    • 1 line
    • 2 lines
    • 3 lines

Layout

  • Dashboard Scaffold: DashboardScaffold()

Navigation

  • App Bottom Navigation: AppBottomNavigation()