0.0.2 • Published 3 years ago

startxlabs-rn-kit v0.0.2

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

startxlabs-rn-kit

Collection of all day to day usage UI elements for React Native.

Installation

If using npm,

    npm i startxlabs-rn-kit @shopify-restyle

or yarn,

    yarn add startxlabs-rn-kit @shopify-restyle

@shopify/restyle is a dependency for startxlabs-rn-kit.

Components

Button

PropsTypeDescription
variantStringRequired Provide three different color schemes ("primary","secondary","transparent")
onPressFunctionRequired Action to fire when someone tap on the button
labelStringRequired Text to render for Button
buttonStyleObjectCustom style for button
buttonTextStyleObjectCustom style for button text

Bottom Sheet

PropsTypeDescription
visibleBooleanRequired To toggle sheet
childrenReactNodeRequired Action to fire when someone tap on the button
onDismissFunctionRequired Text to render for Button
containerStyleObjectCustom style for Bottom Sheet
stripStyleObjectCustom style for Bottom sheet strip

Documentation

Coming soon...