> For the complete documentation index, see [llms.txt](https://swift-packages.gitbook.io/materialuikit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://swift-packages.gitbook.io/materialuikit/materialuikit.md).

# MaterialUIKit

### Overview

MaterialUIKit is a SwiftUI package offering a range of UI components inspired by Material Design. It includes components for dialogs and alerts, form controls, interactive elements, navigation structures, presentation and search. The package supports flexible configuration options to tailor the appearance and behavior of these components, facilitating the creation of material-inspired interfaces in iOS applications.

### Installation

To install MaterialUIKit in your Xcode project, go to `File -> Swift Packages -> Add Package Dependency`, and enter the repository URL

```url
https://github.com/aumChauhan/MaterialUIKit.git
```

> **Note:** It is recommended to use version 2.0 or later for better stability.
