O2 is a WordPress Customizer library for adding custom controls to the Customizer such as:
Just breathe.
inc
folder inside your theme folder.define( 'O2_DIRECTORY', get_template_directory() . '/inc/o2/' );
define( 'O2_DIRECTORY_URI', get_template_directory_uri() . '/inc/o2/' );
controls
folder. There, you'll find documentations for every toolkit you need.O2 lacks complete documentation. If you like the library and want to contribute, help with documentation will be appreciated.