From 29c6aa2da07b20e29a35d3a39397a68eaf907943 Mon Sep 17 00:00:00 2001 From: vinibiavatti1 Date: Wed, 12 Sep 2018 11:59:25 -0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c24963c..9dc8472 100644 --- a/README.md +++ b/README.md @@ -262,7 +262,8 @@ This is a simple doc for the avaiable components in the framework. For more deta | `.tui-content` | Put a default padding in the container | | `.tui-nav` | Create a navbar | | `.tui-nav-fixed` | Change the navbar to a fixed position | -| `.tui-statusbar` | Create a Status Bar | +| `.tui-statusbar` | Create a status bar | +| `.tui-statusbar-divider` | Put a vertical divider in the status bar | | `.tui-input` | Create a TUI theme input like inputs, selects, textareas... | | `.tui-button` | Create a TUI button. It can be used to a, buttons, input[type="button"] | | `.tui-panel` | Create a TUI panel |