Skip to content

Commit

Permalink
Merge pull request #12 from Dagic-zewdu/dev
Browse files Browse the repository at this point in the history
More clear documentation
  • Loading branch information
Dagic-zewdu authored Jan 14, 2023
2 parents aef3a4c + dfe4037 commit 68d797c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## About The Package

This is React Native package full customizable and its props extends from [React-native textinput props](https://reactnative.dev/docs/textinput#props). If you your label floats in the text input while focusing or in blur this is the perfect package and also multiple examples to full fill your expecations.💅🎉
This is a fully customizable React Native package, and its props extend from [React-native textinput props](https://reactnative.dev/docs/textinput#props). If your label floats in the text input while focusing or blurring, this is the perfect package for you, with multiple examples to meet your needs. 💅🎉

## Getting Started

`npm install react-native-floating-inputs`
Expand Down Expand Up @@ -222,10 +223,11 @@ export default function BorderBottomWithIcon() {
/>
);
}
<p align="right">(<a href="#top">back to top</a>)</p>

```

<p align="right">(<a href="#top">back to top</a>)</p>

### [click here](https://github.com/Dagic-zewdu/react-native-floating-label-inputs/tree/dev/examples) for more examples.

## support us
[☕ Buy me a coffee](https://www.buymeacoffee.com/dagizewdudc)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-floating-label-inputs",
"version": "0.0.2",
"version": "0.0.3",
"repository": {
"type": "git",
"url": "git+https://github.com/Dagic-zewdu/react-native-floating-label-inputs"
Expand Down

0 comments on commit 68d797c

Please sign in to comment.