From d784f04221e2f39eabdf204605abb627b9e8b05e Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Mon, 17 Oct 2016 01:36:45 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1aa88b5..429d0d4 100755 --- a/README.md +++ b/README.md @@ -3,10 +3,16 @@ SB is the **environment** for developers that allow to esaly develop and support SB is the **tool** for designers that allow to easily review and test UI components that developers made. SB is the **storybook** for teams and companies that helped him to keep UI consistent and documented. +### How it looks like? +See the demo with [angular material](https://material.angularjs.org/latest/) cards — [Demo](https://ui-storybook.github.io/sb-angular-material-cards-demo/) +And demo repository — [Demo repository](https://github.com/ui-storybook/sb-angular-material-cards-demo) + ### What is supported now? Basically SB was designed for support any frameworks and libraries. All you components run in isolated scope with that version of framework or library that you need. For now SB support only Angular 1.x. Suppontion for NG2, React and Vue.js coming very soon. + + ### Getting started Fasted way to add SB to your project is use [sb-cli](https://github.com/ui-storybook/sb-cli):