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
Thanks for this library!!
I check the source code and nowadays need we need to map default html props to make it works with this example.
Do you guys think is a good feature to support defaults types like div, h1 and p without needing to create a mapping?
Example:
{ "type": "div", "props": { "children": [ { "type": "h1", "props": { "children": "Título do Componente" } }, { "type": "p", "props": { "children": "Conteúdo do componente." } } ] } }
The text was updated successfully, but these errors were encountered:
Hey @PedroAugustoRamalhoDuarte! I think that's a brilliant suggestion.
It's not a priority for us at the moment, but we're happy to accept contributions if you need it urgently.
Sorry, something went wrong.
No branches or pull requests
Thanks for this library!!
I check the source code and nowadays need we need to map default html props to make it works with this example.
Do you guys think is a good feature to support defaults types like div, h1 and p without needing to create a mapping?
Example:
The text was updated successfully, but these errors were encountered: