0.1.0 • Published 5 months ago

react-native-custom-stepper-ui v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

react-native-custom-stepper-ui

stepper ui for mobile ios and android

Installation

npm install react-native-custom-stepper-ui
yarn add react-native-custom-stepper-ui

Usage

import { StepperX } from 'react-native-custom-stepper-ui';


// ...

<StepperX
        steps={[
          { label: 'Step 1', content: <Text>Step 1 Content</Text> },
          { label: 'Step 2', content: <Text>Step 2 Content</Text> },
          { label: 'Step 3', content: <Text>Step 3 Content</Text> },
        ]}
        orientation="horizontal" // Change to 'horizontal' for a horizontal layout
        onComplete={() => console.log('yes completed')}
      />

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Issues

please try this and if you need any reusable components need to be added please raise in issues.


Made with create-react-native-library

0.1.0

5 months ago