Update some examples and version

This commit is contained in:
Vinícius Biavatti 2021-06-04 19:56:27 +01:00
parent fc5c9aec58
commit 70fa065f3f
3 changed files with 5 additions and 4 deletions

View File

@ -23,8 +23,9 @@
<button class="tui-button">Button</button><br> <button class="tui-button">Button</button><br>
<input type="button" class="tui-button" value="Input" /><br> <input type="button" class="tui-button" value="Input" /><br>
<a href="#!" class="tui-button">Anchor</a><br> <a href="#!" class="tui-button">Anchor</a><br>
<button class="tui-button red-168">Custom</button><br> <button class="tui-button orange-168 white-text">Custom</button><br>
<button class="tui-button red-168 disabled" disabled style="margin-bottom: 5px;">Disabled</button><br> <button class="tui-button red-168 disabled" disabled>Disabled</button><br>
<button class="tui-button" style="margin-bottom: 5px;">Focused</button><br>
</fieldset> </fieldset>
</div> </div>
</div> </div>

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "tuicss", "name": "tuicss",
"version": "2.0.1", "version": "2.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "tuicss", "name": "tuicss",
"version": "2.0.1", "version": "2.1.0",
"description": "TuiCss is a library for developing Web applications that uses text-based user interface applications (TUI) as a style", "description": "TuiCss is a library for developing Web applications that uses text-based user interface applications (TUI) as a style",
"keywords": [ "keywords": [
"tui", "tui",