1.0.184 • Published 5 years ago
tht-buttons v1.0.184
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
6 years ago
1.0.15
6 years ago
1.0.14
6 years ago
1.0.13
6 years ago
1.0.11
6 years ago
1.0.12
6 years ago
1.0.2
6 years ago
1.0.8
6 years ago
1.0.7
6 years ago
1.0.6
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.1
6 years ago