We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$items = ['blue', 'green', 'red']; echo Div::tag()->content( 'Collors', '<br>', (static function() use ($items): Generator { foreach ($items as $item) { yield Div::tag()->content($item); } })() );
See an example https://3v4l.org/brubX
The text was updated successfully, but these errors were encountered:
Looks interesting. What do you want to achieve with it? The ability itself or performance/lower memory usage?
Sorry, something went wrong.
No branches or pull requests
See an example https://3v4l.org/brubX
The text was updated successfully, but these errors were encountered: