You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# semantic-ui-snippets
2
2
3
-
This extension will solve the issue for you with a simple `!semh` + `TAB` and your up and running with a full template.
3
+
This extension provides snippets for popular Semantic-UI elements.
4
4
5
5
[](https://marketplace.visualstudio.com/items?itemName=Licio.semantic-ui-snippets)[](https://marketplace.visualstudio.com/items?itemName=Licio.semantic-ui-snippets)[](https://github.com/liciolentimo/semantic-ui-snippets)
6
6
@@ -9,9 +9,27 @@ This extension will solve the issue for you with a simple `!semh` + `TAB` and yo
9
9
10
10
Semantic allows developers to build beautiful websites fast, with concise HTML, intuitive javascript, and simplified debugging, helping make front-end development a delightful experience. Semantic is responsively designed allowing your website to scale on multiple devices. Semantic is production ready and partnered with frameworks such as React, Angular, Meteor, and Ember, which means you can integrate it with any of these frameworks to organize your UI layer alongside your application logic.
11
11
12
+
|**Shortcut Prefix**|**Description**|
13
+
|---|---|
14
+
|**Buttons**||
15
+
|`std-button`|`button`|
16
+
|`std-button-tooltip`|`button` with a tooltip|
17
+
|`std-button-disabled-tooltip`|`button` with class `disabled` and tooltip on a surrounding `span`|
18
+
|`ui-button-deny`|`div` with class `ui black deny button`|
19
+
|`ui-button-approve`|`div` with class `ui green approve right button`|
20
+
|**Elements**||
21
+
|`ui-segment`|`div` with class `ui segment`|
22
+
|`ui-form`|`form` with class `ui form` and method `post`|
23
+
|`ui-header`|`div` with class `ui header`|
24
+
|`ui-clearing`|`div` with class `ui clearing divider`|
25
+
|`ui-modal`|`div` with class `ui modal`|
26
+
12
27
## Release Notes
13
28
14
-
Starter template for Semantic-UI snippet for the <head> tag
0 commit comments