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
lazy approach: using the php transpilation files:
renderer = PackageFactory.ComponentEngine:Component { class = "Vendor\\Project\\Component\\Button" props { type = "BUTTON" content = "Text" } }
or wait we have already https://github.com/sitegeist/Sitegeist.Rollup (need to check if it handles enums correctly)
also we want the render method to be called... or wait will do with __toString?
String.toString or sth can be used to cast via @process
@process
The text was updated successfully, but these errors were encountered:
No branches or pull requests
lazy approach: using the php transpilation files:
or wait we have already https://github.com/sitegeist/Sitegeist.Rollup (need to check if it handles enums correctly)
also we want the render method to be called... or wait will do with __toString?
String.toString or sth can be used to cast via
@process
The text was updated successfully, but these errors were encountered: