PHP Classes

File: resources/views/vendor/livewire-tables/tailwind/components/table/cell.blade.php

Recommend this page to a friend!
  Classes of Nyi Nyi Lwin   mtube   resources/views/vendor/livewire-tables/tailwind/components/table/cell.blade.php   Download  
File: resources/views/vendor/livewire-tables/tailwind/components/table/cell.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: mtube
Application to share videos between users
Author: By
Last change:
Date: 2 years ago
Size: 212 bytes
 

Contents

Class file image Download
@props(['customAttributes' => []])

<td {{ $attributes->merge(array_merge(['class' => 'px-3 py-2 md:px-6 md:py-4 whitespace-nowrap text-sm leading-5 text-gray-900'], $customAttributes)) }}>
    {{ $slot }}
</td>