formbricks / oss.gg

Gamify Open Source Contributions
https://oss.gg
MIT License
29 stars 18 forks source link

feat(ui): page-tabs component #53

Closed Kritik-J closed 3 months ago

Kritik-J commented 3 months ago

What does this PR do?

Fixes # (issue)

How should this be tested?

Checklist

Required

Appreciated

Video

screen-capture (1).webm

vercel[bot] commented 3 months ago

@Kritik-J is attempting to deploy a commit to the formbricks Team on Vercel.

A member of the Team first needs to authorize it.

github-actions[bot] commented 3 months ago

Thank you for following the naming conventions for pull request titles! 🙏

Kritik-J commented 3 months ago

Usage -

<PageTabs
  tabs={[
    { label: "Dashboard", href: "/dashboard" },
    { label: "Enroll", href: "/enroll" },
  ]}
/>
jobenjada commented 3 months ago

hey! we already have page tabs

image

or what am I missing? 🤓