File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff 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
5055import SwiftUI
5156import 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
107114Here’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
113121Contributions, issues, and feature requests are welcome!
114122If 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
117126FloatingLabelTextField is available under the MIT License.
You can’t perform that action at this time.
0 commit comments