PHP Classes

File: resources/js/Components/SectionBorder.vue

Recommend this page to a friend!
  Classes of Robert Devenyi   Iceburg SAAS PHP CRM Open Source   resources/js/Components/SectionBorder.vue   Download  
File: resources/js/Components/SectionBorder.vue
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Iceburg SAAS PHP CRM Open Source
Application to manage the contacts of customers
Author: By
Last change:
Date: 1 year ago
Size: 163 bytes
 

Contents

Class file image Download
<template> <div class="hidden sm:block"> <div class="py-8"> <div class="border-t border-gray-200" /> </div> </div> </template>