Update some examples and version
This commit is contained in:
parent
fc5c9aec58
commit
70fa065f3f
@ -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
2
package-lock.json
generated
@ -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": {
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user