--- /dev/null
+<a href="#" class="button split no-pip">Custom Pip<span><i class="fi-arrow-down"></i></span></a>
\ No newline at end of file
--- /dev/null
+{{#markdown}}
+```html
+<a href="#" class="button split no-pip">Custom Pip<span><i class="fi-arrow-down"></i></span></a>
+```
+{{/markdown}}
\ No newline at end of file
***
+<h2>Custom Pip</h2>
+
+If you desire to use your own pip in the split button, the `no-pip` class will remove ours and allow you to place any icon inside of the pip span
+
+<div class="row">
+ <div class="large-6 columns">
+ <h4>HTML</h4>
+{{> examples_split_button_custom_pip_rendered}}
+ </div>
+ <div class="large-6 columns">
+ <h4>HTML Rendered</h4>
+{{> examples_split_button_custom_pip}}
+ </div>
+</div>
+
+***
+
## Accessibility
<p class="panel">This component is not yet accessible. Stay tuned for updates in future releases.</p>
&.radius span { @include side-radius($opposite-direction, $global-radius); }
&.round span { @include side-radius($opposite-direction, 1000px); }
+ &.no-pip{
+ span:before{ border-style:none; }
+ span:after{ border-style:none; }
+ span{padding-top:$split-button-pip-top-med;}
+ &.tiny{ span{ padding-top:$split-button-pip-top-tny; } }
+ &.small{ span{ padding-top:$split-button-pip-top-sml; } }
+ &.large{ span{ padding-top:$split-button-pip-top-lrg; } }
+ }
}
}