# Toolbar A toolbar that can and should be used for actions on the current view. Initially designed for the Work package list, this can be reused throughout the application. ## Standard Button Bar ``` @full-width
``` ## Toolbar with form elements ``` @full-width ``` ## Toolbar with affix form elements ``` @full-width ``` ## Toolbar with labelled form elements and select2 ``` @full-width ``` ``` @javascript (function($){ $('#toolbar-with-select2').find('select').select2(); })(jQuery); ```