1.0.0 • Published 3 years ago

react-native-short-styles v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-native-short-styles

Installation

npm install react-native-short-styles

or

yarn add react-native-short-styles

Example

import { Text, View } from "react-native"
import styles from "react-native-short-styles"

// In your any react-native component
;<View style={styles("f1 ic jc")}>
  <Text style={styles("")}></Text>
</View>

Short Styles List

The Listing is in alphabetical order of the properties in each section

Spacing and Borders

PropertyShortStyle
topot
leftol
rightor
bottomob
startos
endoe
margin-m, m
marginTop-mt, mt
marginLeft-ml, ml
marginBottom-mb, mb
marginRight-mr, mr
marginStart-ms, ms
marginEnd-me, me
marginHorizontal-mh, mh
marginVertical-mv, mv
paddingp
paddingToppt
paddingLeftpl
paddingBottompb
paddingRightpr
paddingStartps
paddingEndpe
paddingHorizontalph
paddingVerticalpv
borderWidthb
borderColorbc
borderTopWidthbt
borderTopColorbtc
borderLeftWidthbl
borderLeftColorblc
borderBottomWidthbb
borderBottomColorbbc
borderRightWidthbr
borderRightColorbrc
borderStartWidthbs
borderStartColorbsc
borderEndWidthbe
borderEndColorbec
PropertyValueShortStyle
borderStylesolidbss
dashedbsh
dottedbsd

General

PropertyValueShortStyle
aspectRatio-a
backgroundColor-bg
elevation-e
minHeight-hn
height-h
maxHeight-hx
minWidth-wn
width-w
maxWidth-wx
opacity-o
overflowhiddenoh
scrolloc
visibleov
positionabsolutepoa
relativepor

Flex

PropertyValueShortStyle
alignContentcentercc
flex-endce
flex-startcs
space-aroundca
space-betweencb
stretchct
alignItemsbaselineia
centeric
flex-endie
flex-startis
stretchit
alignSelfautoac
centerac
flex-endae
flex-startas
space-aroundaa
space-betweenab
stretchat
flex-f
flexBasis-fb
flexDirectioncolumnfc
column-reverse-fc
rowfr
row-reverse-fr
flexGrow-fg
flexShrink-fs
flexWrapnowrapfn
wrapfw
wrap-reverse-fw
justifyContentcenterjc
flex-endje
flex-startjs
space-aroundja
space-betweenjb

Text

PropertyValueShortStyle
color-cl
fontSize-ts
fontStyleitalictsi
normaltsn
fontWeightboldtb
normaltn
letterSpacing-tls
lineHeight-th
textAlignautota
centertc
lefttl
justifytj
righttr
textAlignVerticalautotva
bottomtvb
centertvc
toptvt
textTransformcapitalizettc
lowercasettl
nonettn
uppercasettu