Skip to content

Commit a5cad72

Browse files
Updated ReadMe
1 parent 4426895 commit a5cad72

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This package provides a Material Design–inspired floating label input field fo
55

66
---
77

8+
89
## ✨ Features
910

1011
- ✅ Floating label with customizable font and color
@@ -20,6 +21,8 @@ This package provides a Material Design–inspired floating label input field fo
2021

2122
---
2223

24+
25+
2326
## 📦 Installation
2427

2528
### Swift Package Manager
@@ -44,9 +47,11 @@ You can add **FloatingLabelTextField** to your project in **two ways**:
4447
]
4548
```
4649

50+
51+
4752
## 🚀 Usage
4853

49-
```swift
54+
```swift
5055
import SwiftUI
5156
import FloatingLabelTextField
5257

@@ -84,6 +89,7 @@ struct ContentView: View {
8489
}
8590
```
8691

92+
8793
## ⚙️ Parameters
8894

8995
| Parameter | Type | Default | Description |
@@ -103,15 +109,18 @@ struct ContentView: View {
103109
| `textFont` | `Font` | `.system(size: 16)` | Input text font |
104110

105111

112+
106113
## 🛠️ Example Preview
107114
Here’s how it looks with default values:
108115

109116
<img src="https://via.placeholder.com/500x150.png?text=FloatingLabelTextField+Preview" alt="Preview" width="500"/>
110117

111118

119+
112120
## 💡 Contributing
113121
Contributions, issues, and feature requests are welcome!
114122
If you use this library and like it, **don’t forget to star the repo** ⭐️. It helps the project grow and reach more developers.
115123

124+
116125
## 📝 License
117126
FloatingLabelTextField is available under the MIT License.

0 commit comments

Comments
 (0)