mirror of
https://github.com/esiur/iui.git
synced 2025-06-27 17:33:12 +00:00
docs
This commit is contained in:
@ -48,4 +48,13 @@ Attributes are similar they must start with *async::*
|
||||
|
||||
<i-codepreview>
|
||||
<input async::placeholder = "await (await fetch('md/hello.md')).text()">
|
||||
</i-codepreview>
|
||||
|
||||
# Skip rendering
|
||||
Any element with *skip* attribute will not enter the IUI rendering process
|
||||
|
||||
<i-codepreview>
|
||||
<div skip>
|
||||
${5 + 6}
|
||||
</div>
|
||||
</i-codepreview>
|
Reference in New Issue
Block a user