An open API service indexing awesome lists of open source software.

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

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 |