diff --git a/components.html b/components.html index 629ed2b..1212e53 100644 --- a/components.html +++ b/components.html @@ -131,7 +131,7 @@ base_url: "../"

Title bar with segmented controller

-

Title bars can also house segmented controllers (with or without accompanying buttons). It all uses flex-box to create perfectly even spacing no matter their labels.

+

Title bars can also house segmented controllers. Feel free to add accompanying buttons too. The control will automatically layout itself out correctly.

@@ -976,26 +976,24 @@ document
-
-

Push

-

Push.js is the engine that connects Ratchet pages together with AJAX and the history api. Push.js is listening to all clicks on a page, so just make sure it's included and link something in your Ratchet project up.

+

Push

+

Push.js is the engine that connects Ratchet pages together with AJAX and the history api. Push.js is listening to all clicks on a page, so just make sure it's included and link something in your Ratchet project up.

- {% highlight html %} - - Two - {% endhighlight %} +{% highlight html %} + +Two +{% endhighlight %} -

This will use push to replace everything in the .content div with the .content of two.html. Also, it will either update or remove .bar-nav and .bar-tab according to their presences in two.html.

+

This will use push to replace everything in the .content div with the .content of two.html. Also, it will either update or remove .bar-nav and .bar-tab according to their presences in two.html.

-

Now that pages are being loaded through push, it's easy to specify transitions for animations between pages. There are three different transitions to chose from: fade, slide-in, or slide-out.

+

Now that pages are being loaded through push, it's easy to specify transitions for animations between pages. There are three different transitions to chose from: fade, slide-in, or slide-out.

- {% highlight html %} - - Two - {% endhighlight %} +{% highlight html %} + +Two +{% endhighlight %} -

A working version of push:

-
+

A working version of push: