From 6455fce0930d012986e9da38b3cad7931af14d6c Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 5 Dec 2014 11:25:51 -0500 Subject: [PATCH] Add components example to semantic.json.example --- semantic.json.example | 49 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/semantic.json.example b/semantic.json.example index 809510131..1f13422a7 100755 --- a/semantic.json.example +++ b/semantic.json.example @@ -15,6 +15,53 @@ "themes" : "dist/themes/" }, "clean" : "dist/" - } + }, + + "components": [ + "accordion", + "api", + "breadcrumb", + "button", + "card", + "checkbox", + "comment", + "dimmer", + "divider", + "dropdown", + "feed", + "flag", + "form", + "grid", + "header", + "icon", + "image", + "input", + "item", + "label", + "list", + "loader", + "menu", + "message", + "modal", + "nag", + "popup", + "progress", + "rail", + "rating", + "reset", + "reveal", + "search", + "segment", + "shape", + "sidebar", + "site", + "statistic", + "step", + "sticky", + "tab", + "table", + "transition", + "video" + ] }