Files
citrus/resources/views/components/custom/example.blade.php
T

7 lines
394 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<div class="custom-example-component my-4 p-4 bg-gray-100 rounded-lg">
<h4 class="text-lg font-bold mb-2">Örnek Custom Component</h4>
<p class="text-gray-700">Bu component'i template içinde <code>{custom.example}</code> yazarak kullanabilirsiniz.</p>
<p class="text-sm text-gray-500 mt-2">Bu dosyayı dilediğiniz gibi özelleştirebilir ve yeniden kullanabilirsiniz.</p>
</div>