7 lines
394 B
PHP
7 lines
394 B
PHP
<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>
|
||
|