1.7.4 • Published 12 months ago

react-native-widgetsui v1.7.4

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months 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

12 months ago

1.7.3

12 months ago

1.7.2

12 months ago

1.7.1

12 months ago

1.6.1

12 months ago

1.5.1

12 months ago

1.3.0

12 months ago

1.2.0

12 months ago

1.1.0

12 months ago

1.0.0

12 months ago