AWLeiseR / react-native-components

Repo destinado a componentes utilizados frequentemente

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-components

Repo destinado a componentes utilizados frequentemente

  • Uso do componente Progress bar
<ProgressBar
        width={'0.8'}
        height={'0.02'}
        borderRadius={'0.02'}
        marginHorizontal={'0.05'}
        backgroundColor={'#fda'}
        statusBackgroundColor={'#fab'}
        position={'60'}
        duration={'110'}
      />

Propriedades Formato Exemplo
width Porcentagem '0.8'
height Porcentagem '0.02'
borderRadius Porcentagem '0.02'
marginHorizontal Porcentagem '0.05'
backgroundColor Hexadecimal '#fda'
statusBackgroundColor Hexadecimal '#fda'
position integer '60'
duration integer '110'

About

Repo destinado a componentes utilizados frequentemente


Languages

Language:Java 37.5%Language:Objective-C 27.2%Language:JavaScript 19.2%Language:Starlark 11.6%Language:Ruby 4.5%