From 003efcc9d3522c58216479ffe2b46be3f13752b3 Mon Sep 17 00:00:00 2001 From: vinibiavatti1 Date: Wed, 12 Sep 2018 09:03:38 -0300 Subject: [PATCH] Update README.md --- README.md | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/README.md b/README.md index 4c6c09f..dc2e430 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,74 @@ TuiCss is a framework to create web applications using a interface based in ASCI ## Components +This is a simple doc for the avaiable components in the framework. For more details, download the repository and run example.html to check the full code. + +### Navbar + + +```html + +``` + +### Navbar Menu + + +```html +
  • + File + +
  • +``` + +### Sidenav + + +```html + +``` + +### Window + + +```html +
    +
    + Window + + ... +
    +
    +``` + ## CSS Classes ## Credit