title: Nav toggle
name: nav-toggle
variants:
  - name: async
    title: Async
    notes: >
      If you want an asynchronous transition, you can apply `nav-toggle-async` class on
      the component. **It will start the loading** state `onClick` instead of opening the navigation.
      <br /><br />
      When your content is ready, **you need to trigger the end of the loading** state using `$('.nav-toggle-async').trigger('loadend');`
