From: Jeremy Thomas Date: Wed, 11 Apr 2018 01:11:12 +0000 (+0100) Subject: Add more link icons X-Git-Tag: 0.7.0~1^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c4bd24d5b2af88b96decf7b52a690ba530eaa0a;p=thirdparty%2Fbulma.git Add more link icons --- diff --git a/docs/_data/links.json b/docs/_data/links.json index cddf5800f..0a7c12bfb 100644 --- a/docs/_data/links.json +++ b/docs/_data/links.json @@ -150,7 +150,7 @@ "layout-media": { "name": "Media Object", "subtitle": "The famous media object prevalent in social media interfaces, but useful in any context", - "path": "/documentation/layout/media" + "path": "/documentation/layout/media-object" }, "layout-hero": { "name": "Hero", @@ -183,36 +183,51 @@ "form-general": { "name": "General", "subtitle": "All generic form controls, designed for consistency", + "color": "link", + "icon": "keyboard", + "icon_regular": "true", "path": "/documentation/form/general" }, "form-input": { "name": "Input", "subtitle": "The text input and its variations", + "color": "link", + "icon": "minus", "path": "/documentation/form/input" }, "form-textarea": { "name": "Textarea", "subtitle": "The multiline textarea and its variations", + "color": "link", + "icon": "square", "path": "/documentation/form/textarea" }, "form-select": { "name": "Select", "subtitle": "The browser built-in select dropdown, styled accordingly", + "color": "link", + "icon": "mouse-pointer", "path": "/documentation/form/select" }, "form-checkbox": { "name": "Checkbox", "subtitle": "The 2-state checkbox in its native format", + "color": "link", + "icon": "check-square", "path": "/documentation/form/checkbox" }, "form-radio": { "name": "Radio", "subtitle": "The mutually exclusive radio buttons in their native format", + "color": "link", + "icon": "dot-circle", "path": "/documentation/form/radio" }, "form-file": { "name": "File", "subtitle": "A custom file upload input, without JavaScript", + "color": "link", + "icon": "cloud-upload-alt", "path": "/documentation/form/file" }, "elements": { @@ -225,56 +240,80 @@ "elements-box": { "name": "Box", "subtitle": "A white box to contain other elements", + "color": "grey", + "icon": "square", + "icon_regular": "true", "path": "/documentation/elements/box" }, "elements-button": { "name": "Button", "subtitle": "The classic button, in different colors, sizes, and states", + "color": "primary", + "icon": "hand-pointer", + "icon_regular": "true", "path": "/documentation/elements/button" }, "elements-content": { "name": "Content", - "subtitle": "A single class to handle WYSIWYG generated content, where only HTML tags are available", + "subtitle": "A single class to handle WYSIWYG generated content, where only HTML tags are available", + "color": "success", + "icon": "align-left", "path": "/documentation/elements/content" }, "elements-delete": { "name": "Delete", "subtitle": "A versatile delete cross", + "color": "danger", + "icon": "times-circle", "path": "/documentation/elements/delete" }, "elements-icon": { "name": "Icon", "subtitle": "Compatible with all icon font libraries, including Font Awesome 5", + "icon": "font-awesome", + "icon_brand": "true", "path": "/documentation/elements/icon" }, "elements-image": { "name": "Image", "subtitle": "A container for responsive images", + "color": "bootstrap", + "icon": "image", "path": "/documentation/elements/image" }, "elements-notification": { "name": "Notification", "subtitle": "Bold notification blocks, to alert your users of something", + "color": "danger", + "icon": "exclamation-triangle", "path": "/documentation/elements/notification" }, "elements-progress": { "name": "Progress bars", "subtitle": "Native HTML progress bars", + "color": "warning", + "icon": "spinner", "path": "/documentation/elements/progress" }, "elements-table": { "name": "Table", "subtitle": "The inevitable HTML table, with special case cells", + "color": "info", + "icon": "table", "path": "/documentation/elements/table" }, "elements-tag": { "name": "Tag", "subtitle": "Small tag labels to insert anywhere", + "color": "orange", + "icon": "tag", "path": "/documentation/elements/tag" }, "elements-title": { "name": "Title", "subtitle": "Simple headings to add depth to your page", + "color": "black", + "icon": "heading", "path": "/documentation/elements/title" }, "components": { diff --git a/docs/_includes/elements/link.html b/docs/_includes/elements/link.html index e491b7ed3..cc9422086 100644 --- a/docs/_includes/elements/link.html +++ b/docs/_includes/elements/link.html @@ -2,7 +2,7 @@