html
html copied to clipboard
Laravel package designed to generate common HTML components
Hello! I inherited a proejct which uses this great package but we are having issues installing some dependencies in a PHP 8 environment. Are there any plans to update it...
Good morning and greetings to the developers, I love this package, I use it almost daily, so please don't forget it, I still don't have the level to maintain such...
Related to #138
Any chanses we would get icons support? E.g. for Bulma add `icon-left` and `icon-right` to options list. Not sure about boostrap, but i believe they have some icon support too....
Hello @sileence, I hope this email finds you well. I wanted to express my appreciation for the amazing work you've done with StydeNet/html. This package has been very useful for...
typo fixed
as **laravelcollective/html** was abandoned now composer recommends using **spatie/laravel-html** it would be great if this package has the option to make compatible.
Just starting html
import turtle from logging.config import stopListening size = 300 n = 2 def koch(size , n): if n == 0: turtle.forward(size) else: koch(size / 3, n - 1) turtle.left(60) koch(size...
> Ваня: Кибербезопасность - Защита от мошенников * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } body { background: linear-gradient(135deg, #667eea 0%, #764ba2...