https://github.com/firatsezel/react-native-fslogin
https://github.com/firatsezel/react-native-fslogin
js-library login login-screen login-tem react-native react-native-library template ui
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/firatsezel/react-native-fslogin
- Owner: firatsezel
- License: gpl-3.0
- Created: 2018-08-01T19:59:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T21:34:12.000Z (about 8 years ago)
- Last Synced: 2025-10-22T04:24:11.259Z (10 months ago)
- Topics: js-library, login, login-screen, login-tem, react-native, react-native-library, template, ui
- Language: JavaScript
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-fslogin
## What is about?
Hello everyone! Here is my last work. This (react-native-fslogin) is a simple javascript ui library about login page screen. Purpose of this library is making easy to developing UI components for Login Pages. Library jus provides a simple static Login Page UI but it is easy to making changes on it because library takes style and text props for each its own components.
## Getting started
`$ npm install react-native-fslogin --save`
TODO: What to do with the module?
- [ ] Adding Dynamic Logo Path
## Usage(Simple)
```javascript
import FsLogin from 'react-native-fslogin';
...
...
```
## Usage(with props)
```javascript
import FsLogin from 'react-native-fslogin';
...
...
```
| Prop Name | Prop Type | Purpose | Default Define |
| ------------- | ------------- | ------------- | ------------- |
| containerStyle | style | Styles Container | Yes |
| logoStyle | style | Styles Logo in the middle | Yes |
| loginContainerStyle | style | Styles Login Button| Yes |
| buttonTextStyle | style | Button Text | Yes |
| buttonContainerStyle | style | Button Container | Yes |
| underlineTextStyle | style | Styles underline text at the bottom of view | Yes |
| forgetPasswordtext | String | Forget Password String | Yes |
| passwordText | String | Placeholder - Password text area | Yes |
| loginText | String | Login button text | Yes |
| usernameText | String | Placeholder - Username text area | Yes |
| onLoginPress | Function | Execute when press on login button | No |