react-native-ui-lib
Version:
<p align="center"> <img src="https://user-images.githubusercontent.com/1780255/105469025-56759000-5ca0-11eb-993d-3568c1fd54f4.png" height="250px" style="display:block"/> </p> <p align="center">UI Toolset & Components Library for React Native</p> <p a
20 lines • 349 B
JavaScript
import { ButtonSize } from "./ButtonTypes";
export const PADDINGS = {
XSMALL: 3,
SMALL: 4.5,
MEDIUM: 6.5,
LARGE: 9.5
};
export const HORIZONTAL_PADDINGS = {
XSMALL: 11,
SMALL: 14,
MEDIUM: 16,
LARGE: 20
};
export const MIN_WIDTH = {
XSMALL: 66,
SMALL: 70,
MEDIUM: 77,
LARGE: 90
};
export const DEFAULT_SIZE = ButtonSize.large;