tailwindcss/docs/source/_partials/code-sample.blade.php
2017-11-03 07:51:37 -04:00

9 lines
347 B
PHP

<div class="rounded overflow-hidden border-2 border-grey-light mb-8 bg-white">
<div class="border-b-2 border-grey-light p-4 {{ $class ?? '' }}">
{{ $slot }}
</div>
<div class="p-4 bg-grey-lightest">
<pre class="language-{{ $lang ?? 'html' }}" style="margin: 0; padding: 0;"><code>{{ e($code ?? $slot) }}</code></pre>
</div>
</div>