1.0.184 • Published 5 years ago

tht-buttons v1.0.184

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

tht-buttons

Common buttons used throughout the THT projects

Getting Started

Install the library with either Yarn:

yarn add tht-buttons

or npm:

npm install --save tht-buttons

Usage

import {BaseButton} from 'tht-buttons';
import {Text} from 'react-native';

function MyComponent() {
    const child = <Text>THTButtons</Text>
    return <BaseButton 
                    onPress={() => console.log('hola')}
                    buttonStyle={{height: 10, width: 20, backgroundColor: "blue}}
                    child={child} />;
}
1.0.183

5 years ago

1.0.184

5 years ago

1.0.182

5 years ago

1.0.181

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.11

5 years ago

1.0.12

5 years ago

1.0.2

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago