1.0.41 • Published 3 years ago

qdmrncomponents v1.0.41

Weekly downloads
41
License
ISC
Repository
github
Last release
3 years ago

qdmrncomponents

qdmrncomponents is a set of React Native components

Check out our documentation site qdmrncomponents. for live examples. It's still a work in progress, but hopefully you can see where we're headed.

Required Knowledge

We recommend that you get to know React Native before diving into qdmrncomponents. qdmrncomponents is a set of React Native components, so understanding how React Native fits into App development is important.

(If you're not familiar with Node, or with the concept of Single Page Applications (SPAs), head over to the documentation website for a quick introduction before you read on.)

Installation

qdmrncomponents is available as an npm package.

Stable channel

npm install qdmrncomponents

Pre-release channel

npm install qdmrncomponents@next

Please note that @next will only point to pre-releases; to get the latest stable release use @latest instead.

Usage

import React, {FC, useState} from 'react';
import {TouchableWithoutFeedback, View, StyleSheet} from 'react-native';

import {Body, Button, Text} from 'qdmrncomponents';

const App: FC = () => {
  return (
    <Body paddingAll={20} V_Aligin_center>
      <Text />
      <Button label={'button'} />
    </Body>
  );
};

export default App;

Customization

Styling components to your liking is simple and hassle-free. This can be achieved by

  • Override individual component styles via the prop
1.0.41

3 years ago

1.0.40

3 years ago

1.0.39

3 years ago

1.0.38

3 years ago

1.0.37

3 years ago

1.0.36

3 years ago

1.0.35

3 years ago

1.0.34

3 years ago

1.0.33

3 years ago

1.0.32

3 years ago

1.0.26

3 years ago

1.0.29

3 years ago

1.0.28

3 years ago

1.0.27

3 years ago

1.0.31

3 years ago

1.0.30

3 years ago

1.0.19

3 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.25

3 years ago

1.0.24

3 years ago

1.0.23

3 years ago

1.0.18

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago