Swiftui Drawer

screenshot of Swiftui Drawer

A SwiftUI bottom-up controller, like in the Maps app. Drag to expand or minimize.

Overview:

SwiftUI Drawer is a bottom-up controller for SwiftUI that mimics the functionality of the drawer in the Maps app. It allows the user to drag to expand or minimize the drawer. The package provides an easy-to-use solution for implementing this feature in SwiftUI projects.

Features:

  • Bottom-up controller: Allows the user to drag and expand or minimize the drawer.
  • Customizable resting heights: The heights parameter can define a list of resting heights for the drawer.
  • Easy integration: Can be easily embedded in a ZStack as the last element to control the drawer.

Summary:

Overall, SwiftUI Drawer provides a convenient solution for implementing a bottom-up controller in SwiftUI projects. Its features such as customizable resting heights and easy integration make it a useful tool for creating interactive user interfaces.

ui-kit
UI Kits & Components

A UI kit provides developers with a set of reusable components that can be easily integrated into a website or application. These components are pre-designed with consistent styling and functionality, allowing developers to save time and effort in the design and development process. UI kits can be either custom-built or third-party, and often include components for buttons, forms, typography, icons, and more.