Tabs
A tab element that can be used to show and hide content.
Account
Make changes to your account here. Click save when you're done.
Installation
Run the following command
npx cedar-ui@latest add tabs
npm i @aminnausin/cedar-ui
or download the following folders to your project:
@/components/cedar-ui/tabs
Usage
vue
<script setup lang="ts">
import { Tabs } from '@/components/cedar-ui/tabs'
</script>
<template>
</template>