
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
react-native-new-stepper
Advanced tools
Typescript friendly, Material UI Stepper implementation in React Native.
The aim is to develop with all features of stepper as provided in the Material UI Guidelines. But, the v1 does not have all those features. But ready to be used in production as an alternative.
For the time being, only
vertical
stepper is supported.
If you are a developer, please contribute to make this project more useful for everyone!
Create issues for any bugs or feature requests.
View Demo Here
yarn add@material.ui/react-native-stepper
or
npm i@material.ui/react-native-stepper --save
StepperContainer
Param | Type | Default | Description |
---|---|---|---|
layout | 'vertical' or 'horizontal' | vertical | layout |
themeColor | string | blue[500] | theme color |
buttonStyle | object | {} | style object that is passed to the button |
children | StepView[] | null | Step Views |
StepView
Param | Type | Default | Description |
---|---|---|---|
title | string | '' | Step Title |
subTitle (optional) | string | '' | Step Sub Title |
children | React.Node | null | React Node to display as step content |
onNext(optional) | `() => boolean | string` | () =>true |
onPrevious(optional) | `() => boolean | string` | () =>true |
import { StepperContainer, StepView } from '@material.ui/react-native-stepper'
<StepperContainer>
<StepView title='Intro' subTitle='The intro details'>
<Text>Step 1 Contents</Text>
</StepView>
<StepView title='Second' onNext={() => true} subTitle='Name and other details'>
<Text>Step 2 Contents</Text>
</StepView>
<StepView title='Third Step' subTitle='Some lines'>
<Text>Step 3 Contents …!</Text>
</StepView>
<StepView title='Last Step' subTitle='Finishing lines'>
<Text>Step 4 Contents …!</Text>
</StepView>
</StepperContainer>
Copyright © 2020 Vazra, MIT License
FAQs
react native custom stepper
The npm package react-native-new-stepper receives a total of 0 weekly downloads. As such, react-native-new-stepper popularity was classified as not popular.
We found that react-native-new-stepper demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.