We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Implement custom elements for all most common tags:
<a>
<b>
<body>
<br>
<new-line>
<button>
<canvas>
<datalist>
<div>
<footer>
<form>
<h1> to <h6>
<head>
<header>
<html>
<i>
<img>
<input>
<li>
<option>
<p>
<s>
<script>
<select>
<span>
<style>
<svg>
<table>
<tbody>
<td>
<tr>
<textarea>
<tfoot>
<thead>
<th>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Implement custom elements for all most common tags:
<a>
<b>
<body>
<br>
-- make simple alias to<new-line>
.<button>
-- override imgui button tag.<canvas>
-- should expose imgui drawlist to script.<datalist>
<div>
<footer>
<form>
-- can be implemented using custom component (?).<h1> to <h6>
<head>
<header>
<html>
<i>
<img>
-- should unite ImGui::Image and ImVue:SvgImage.<input>
-- override input to make it support various kind of operation mode.<li>
<option>
<p>
<s>
<script>
-- run script in the body? Why not.<select>
<span>
-- make span default element. Can fall back to rendering span if can't resolve child tag in html node.<style>
<svg>
-- inline svg.<table>
<tbody>
<td>
<tr>
<textarea>
<tfoot>
<thead>
<th>
The text was updated successfully, but these errors were encountered: