From 56caad0cbf751f206fe52bd48b456cc37cfe20d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Sun, 24 Dec 2017 13:47:43 +0200 Subject: [PATCH] Updated docs --- README.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15608fc..beb46a1 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ If you want to include CaiuSS in your web page, download the [latest release](/d ## Demo + Check out the [online demo](http://ionicabizau.github.io/CaiuSS) or download the `gh-pages` branch to see the demo. @@ -22,14 +23,19 @@ Check out the [online demo](http://ionicabizau.github.io/CaiuSS) or download the ```html ``` + ## Elements + ### Container + ```html
...
``` + ### Headings + ```html

h1 heading

h2 heading

@@ -38,7 +44,9 @@ Check out the [online demo](http://ionicabizau.github.io/CaiuSS) or download the
h5 heading
h6 heading
``` + ### Tables + ```html @@ -67,7 +75,9 @@ Check out the [online demo](http://ionicabizau.github.io/CaiuSS) or download the
``` + ### Forms + ```html
@@ -87,7 +97,9 @@ Check out the [online demo](http://ionicabizau.github.io/CaiuSS) or download the
``` + ### Buttons + ```html @@ -99,11 +111,14 @@ Check out the [online demo](http://ionicabizau.github.io/CaiuSS) or download the ``` + ### Images + ```html ``` + ## :yum: How to contribute Have an idea? Found a bug? See [how to contribute][contributing]. diff --git a/package.json b/package.json index fa1d803..2593683 100644 --- a/package.json +++ b/package.json @@ -197,4 +197,4 @@ "bloggify.json", "bloggify/" ] -} \ No newline at end of file +}