Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/heliosilva/reactnative-brcomponentsrn

Componentes básicos Function Components para UI Design.
https://github.com/heliosilva/reactnative-brcomponentsrn

Last synced: 20 days ago
JSON representation

Componentes básicos Function Components para UI Design.

Awesome Lists containing this project

README

        

BrComponentsRN


Basic components for react-native


## Intro
Components basics with props useful.

## Why
Components have semantic names with html, which makes learning easier.
Ex:
``, ``.

Some properties :
* *flex*
* *Middle*
* *Bottom*
* *Top*
* *Row*
* *Bg*
* *vh*
* *vw*
* *Style={{ props natives View(Component Native) }}*

## How

Just import lib like this: import {BrContent} from brcomponents';

## Install

```sh
npm install --save brcomponentsrn
```

## Usage
```js
import {BrContent} from 'brcomponentsrn';

// ...
export default function Login() {
return (




BRComponentsRN






Esqueci a senha


Não tem conta?
Crie aqui!



);
}
```