We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624ab85 commit 69f99d3Copy full SHA for 69f99d3
README.md
@@ -1,4 +1,4 @@
1
-# FloatingTextFieldSwiftUI
+# FloatingTextField
2
3
A highly customizable and feature-rich floating label text field component for SwiftUI, inspired by Material Design principles.
4
@@ -31,7 +31,7 @@ Add the following to your `Package.swift` file:
31
32
```swift
33
dependencies: [
34
- .package(url: "https://github.com/mohammadnabulsi/FloatingTextFieldSwiftUI.git", from: "1.0.0")
+ .package(url: "https://github.com/mohammadnabulsi/FloatingTextField.git", from: "1.0.0")
35
]
36
```
37
0 commit comments