1.0.0 • Published 9 months ago

exp-ui-components v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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

1.0.0

9 months ago