Skip to content

Componentes pronto para ser reutilizado em aplicações da figueiredo desenvolvido em rn

Notifications You must be signed in to change notification settings

expfig/exp-ui-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Exp-ui-components 🎯

Componetes React Native para Android

Characteristics 🗳️

🚀 Project imperativo
📦 Muito leve (~xxx kB)
⌨️ Compatível com android
🎨 Layouts personalizáveis
🔧 Configuração flexível

Documentation 📋

EXP_Ui_Component is an open-source mobile framework for developing interface and front-end components for applications, using ReactNative, TypeScript and JavaScript, improving the user experience in a friendly and responsive app.

Contributors 👩‍💻

This project is being maintained by a small developer, and any help with issues and pull requests is always appreciated. If you can and want to contribute, contact us by whats (xx) xxxx-xxxx

Pre-requisites

Before you begin, you will need to have the following tools installed on your machine:

Compatibilities

Compatible with react-native >= 0.64.3

Installation 🛠️

 yarn add ws-ui-components
 or 
 npm i ws-ui-components

Clone Project 🪞

$ git clone https://github.com/expfig/exp-ui-components.git

# Access the project folder cmd/terminal
$ cd exp-ui-components

# Install the dependencies
$ yarn install

Utilizando Componentes 🎇

  
  <TextNative 
      text="Hello Friend"
    />

  <InputWs 
      height={50}
      textLabel='Nome'
      textAlign='left'
      colorTextLabel="#6c757d"
      fontSize={18}
      fontWeight='500'
      placeholder='Informe seu nome'
      borderWidth={1}
      borderColor='#cdcdcd'
      borderRadius={4}
      paddingLeft={16}
      marginTop={4}
      placeholderTextColor={"#cdcdcd"}
      rightIconJsx={<User size={24} color="#6c757d"/> }
    />

 

©️ License

This project is under the license MIT.

Made by Weverson Luan De Sousa

About

Componentes pronto para ser reutilizado em aplicações da figueiredo desenvolvido em rn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published