Document skooma SVG helper
This commit is contained in:
parent
77cf51f06d
commit
f863ef3e7d
1 changed files with 10 additions and 0 deletions
|
@ -178,6 +178,16 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>The <code>svg</code> helper</h2>
|
||||
|
||||
<p>
|
||||
This works exactly the same as the <code>html</code> helper,
|
||||
except that it creates elements with the appropriate namespace
|
||||
and does <em>not</em> convert camelCase to kebab-case.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>The <code>text</code> helper</h2>
|
||||
<div class="columns">
|
||||
|
|
Loading…
Reference in a new issue