diff --git a/examples/widgets/index.sky b/examples/widgets/index.sky new file mode 100644 index 00000000000..bce76029887 --- /dev/null +++ b/examples/widgets/index.sky @@ -0,0 +1,56 @@ + + + + + + + + + + + + + Button + highlight: {{ myButton.highlight }} + + + + Checkbox + highlight: {{ myCheckbox.highlight }} + checked: {{ myCheckbox.checked }} + + Checkbox, default checked. + + + + + one + two + three + + + A + B + C + + + + + + + + + diff --git a/framework/sky-box/sky-box.sky b/framework/sky-box/sky-box.sky new file mode 100644 index 00000000000..ed21ebd01ee --- /dev/null +++ b/framework/sky-box/sky-box.sky @@ -0,0 +1,33 @@ + + + + + + + {{ title }} + + + + diff --git a/framework/sky-button/sky-button.sky b/framework/sky-button/sky-button.sky new file mode 100644 index 00000000000..2c747b4c8a4 --- /dev/null +++ b/framework/sky-button/sky-button.sky @@ -0,0 +1,49 @@ + + + + + + + + + + diff --git a/framework/sky-checkbox/sky-checkbox.sky b/framework/sky-checkbox/sky-checkbox.sky new file mode 100644 index 00000000000..48067b83c73 --- /dev/null +++ b/framework/sky-checkbox/sky-checkbox.sky @@ -0,0 +1,49 @@ + + + + + + + + ✓ + + + + diff --git a/framework/sky-radio/sky-radio.sky b/framework/sky-radio/sky-radio.sky new file mode 100644 index 00000000000..0be600ae588 --- /dev/null +++ b/framework/sky-radio/sky-radio.sky @@ -0,0 +1,103 @@ + + + + + + + + + + + +