1.7.4 • Published 2 years ago

react-native-widgetsui v1.7.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

React Native Pre Built Widgets

## TABLE OF CONTENTS
1. INSTALLATION
2. COMPONENTS
3. EXAMPLES
4. LICENSE
5. LINKS

INSTALLATION

npm i react-native-widgetsui import {} from 'react-native-widgetsui

COMPONENTS

AVATAR

import {} from 'react-native-widgetsui

A Circular Image Icon with properties of a url and height

{
              <Avatar
                url={"image url"}
                height={80}
                margin={11}
                backgroundColor="grey"
              />
}

PILL BUTTON

import {} from 'react-native-widgetsui

A Pill Shaped button which requires a JSX child element and a onPress event action.

Properties: height, width, backgroundColor

{
              <PillButton
                onPress(()=>{})
                child = {<Text>Press Me</Text>}
                height={40}
                width={200}
                backgroungColor={'blue'}
              />
}
1.7.4

2 years ago

1.7.3

2 years ago

1.7.2

2 years ago

1.7.1

2 years ago

1.6.1

2 years ago

1.5.1

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago