1.3.0 • Published 7 months ago

ws-ui-components v1.3.0

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

React Native ws-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 📋

WS_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/ws-ui-components.git

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

# Install the dependencies
$ yarn install

Before running the project on your storybook machine

  Alterar no arquivo package a prop *main* de *index.ts*
  altere para *dist/cjs/index.js*

Using Components 🎇

  <TextNativeWs
    text="Simple Text"
    align="center"
    size={18}
    color="#FFFFFF"
    fontWeight="100"
  />

  <InputWs
    name="password"
    height={50}
    textLabel="Informe sua senha"
    textAlign="left"
    color="#FFFFFF"
    colorTextLabel="#FFFFFF"
    fontSize={16}
    fontWeight="500"
    right={0}
    borderColor="#CDCDCD"
    borderRadius={4}
    borderWidth={1}
    heightWrapperIcon={50}
    icon
    leftIconJsx={<SvgLockKey color="#FFFFFF" size={24}/>}
    rightIconPasswordJsx={<SvgIconEye color="#FFFFFF" size={24}/>}
    placeholder="*********"
    placeholderTextColor="#6C757D"
    paddingLeft={64}
    secureTextEntry={true}
    visiblityPassword={true}
  />

  <CheckBoxWs
    onPress={() => {}}
    width={80}
    height={40}
    textLabel="Label"
    colorTextLabel="light"
    textSizeLabel={17}
    backgroundColorCheck="#056CF2"
  />

  <CreditCardWs
    icon
    back={false}
    data={{
      cvv: '098',
      name: 'Weverson Luan De Sousa',
      number: '4455787898754321',
      validate: '08/2029'
    }}
  />

  <ButtonWs
    onPress={()=> {}}
    width="100%"
    height={45}
    backgroundColor="#17A2B8"
    title={<TextNativeWs color="#FFFFF" fontWeight="500" letterSpacing={0.5} lineHeight={24} size={16} text="Text Native"/>}
    borderColor="#17A2B8"
    borderRadius={8}
    borderWidth={1}
    icon={<SvgIconUser color="#FFFFFF" size={24} style={{marginRight: 16}}/>}
  />

 

©️ License

This project is under the license MIT.

Made by Weverson Luan De Sousa

1.3.0

7 months ago

1.2.0

8 months ago

1.1.9

8 months ago

1.1.8

8 months ago

1.1.7

8 months ago

1.1.6

8 months ago

1.1.5

8 months ago

1.1.4

9 months ago

1.1.3

9 months ago

1.1.2

9 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago