Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(*): add tour #3135

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open

feat(*): add tour #3135

wants to merge 21 commits into from

Conversation

cschroeter
Copy link
Member

@cschroeter cschroeter commented Dec 12, 2024

<Tour.Root tour={tour}>
    <Portal>
    <Tour.Backdrop />
    <Tour.Spotlight />
    <Tour.Positioner>
        <Tour.Content>
        <Tour.Arrow>
            <Tour.ArrowTip />
        </Tour.Arrow>
        <Tour.Title />
        <Tour.Description />
        <Tour.ProgressText />
        <Tour.CloseTrigger />
        <Tour.Actions>{(action) => <Tour.ActionTrigger action={action} />}</Tour.Actions>
        <Tour.Context>
            {({ step }) => (
            <Tour.Actions>
                {step.actions.map((action) => (
                <Tour.ActionTrigger key={action.label} action={action} />
                ))}
            </Tour.Actions>
            )}
        </Tour.Context>
        </Tour.Content>
    </Tour.Positioner>
    </Portal>
</Tour.Root>

Copy link

vercel bot commented Dec 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
ark-docs ✅ Ready (Inspect) Visit Preview Dec 30, 2024 2:16pm

Copy link

pkg-pr-new bot commented Dec 12, 2024

Open in Stackblitz

npm i https://pkg.pr.new/chakra-ui/ark/@ark-ui/react@3135
npm i https://pkg.pr.new/chakra-ui/ark/@ark-ui/solid@3135
npm i https://pkg.pr.new/chakra-ui/ark/@ark-ui/svelte@3135
npm i https://pkg.pr.new/chakra-ui/ark/@ark-ui/vue@3135

commit: 39c3a7b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant