This repository has been archived on 2024-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
tailwindui/vue/components/application-ui/layout/panels/well.vue

8 lines
165 B
Vue
Raw Normal View History

2024-01-24 19:02:44 +08:00
<template>
<div class="overflow-hidden rounded-lg bg-gray-50">
<div class="px-4 py-5 sm:p-6">
<!-- Content goes here -->
</div>
</div>
</template>