Skip to Content

Walkthrough

Package: @tesserix/native

Import

import { Walkthrough } from '@tesserix/native'
  • WalkthroughProps, WalkthroughStep

Source

  • Component: packages/native/src/components/Walkthrough/Walkthrough.tsx
  • Story: packages/native/src/components/Walkthrough/Walkthrough.stories.tsx
  • Test: packages/native/src/components/Walkthrough/Walkthrough.test.tsx

Status

  • Exported from package entry: Yes
  • Component implementation file: Present

Example

import { Walkthrough } from '@tesserix/native' export function DemoWalkthrough() { return <Walkthrough /> }