make publishable to NPM

This commit is contained in:
Oskar Wickström
2025-01-25 14:32:13 +01:00
parent 9b04c3bbed
commit 470566b8b6
4 changed files with 30 additions and 7 deletions

View File

@@ -18,7 +18,7 @@
<span class="subtitle">A minimalist design exploration</span>
</td>
<th>Version</th>
<td class="width-min">v0.1.1</td>
<td class="width-min">v0.1.2</td>
</tr>
<tr>
<th>Updated</th>
@@ -61,7 +61,7 @@ responsive, shrinking in character-sized steps. Standard elements should
<em>just work</em>, at least thats the goal. Its semantic HTML,
rendered as if we were back in the 70s.</p>
<p>All right, but is this even a good idea? Its a technical and
creative challenge and I like the aesthetic. If youd like to use it,
creative challenge and I like the aestethic. If youd like to use it,
feel free to fork or copy the bits you need, respecting the license. I
might update it over time with improvements and support for more
standard elements.</p>
@@ -203,10 +203,11 @@ Save
name <input type="text" placeholder="Text goes here..." /></label>
<label>Age <input type="text" value="30" /></label>
</form>
<p>And radio buttons:</p>
<form class="grid">
<label><input name="radio" type="radio" /> One</label>
<label><input name="radio" type="radio" /> Two</label>
<label><input name="radio" type="radio" /> Three</label>
<label><input name="radio" type="radio" /> Option #1</label>
<label><input name="radio" type="radio" /> Option #2</label>
<label><input name="radio" type="radio" /> Option #3</label>
</form>
<h2 id="grids">Grids</h2>
<p>Add the <code>grid</code> class to a container to divide up the