From a41beeeb6ae62f346de06a1c6d99dd655970946f Mon Sep 17 00:00:00 2001 From: Jeffrey Lembeck Date: Wed, 1 Jun 2016 11:59:00 -0700 Subject: [PATCH] feat(dropdowns): use svg icon Update that includes using svg icon for dropdown caret + make sure that the documentation is updated and better looking --- .../components/dropdowns/dropdowns.scss | 43 ++++++++++++++++--- 1 file changed, 36 insertions(+), 7 deletions(-) diff --git a/src/pivotal-ui/components/dropdowns/dropdowns.scss b/src/pivotal-ui/components/dropdowns/dropdowns.scss index 7b3ee767a..1b50d4eb6 100644 --- a/src/pivotal-ui/components/dropdowns/dropdowns.scss +++ b/src/pivotal-ui/components/dropdowns/dropdowns.scss @@ -21,11 +21,26 @@ Dropdowns are menus that can be triggered by buttons. This is the basic bootstrap dropdown. +NOTE: Each of these are using the icon for the svg, which you can access with the +icon helper: + +```html_example + + + + + + +{{icon "@npm/glyphish/svg/g6/764-arrow-down-selected@2x" class="icon caret"}} + +``` + ```html_example