Home > Web Front-end > HTML Tutorial > HTML-based interface prototype library: Shireframe_html/css_WEB-ITnose

HTML-based interface prototype library: Shireframe_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:46:22
Original
1222 people have browsed it

Shireframe can draw interface prototypes through HTML. Based on AngularJS and jQuery drivers, using RequireJS for module loading and Bootstrap for display

Sample code:
<!DOCTYPE html><html>    <head>        <script src="http://rawgit.com/tsx/shireframe/master/shireframe-r.js"></script>        <title>Doodle</title>    </head>    <body>        <browser-chrome>            <div class="container-fluid">                <div class="text-right vertical-margin">                    <a>~Me</a>                    <a>Mail</a>                    <a>Pictures</a>                    <glyphicon th></glyphicon>                    <glyphicon user></glyphicon>                </div>                <div class="vertical-margin">                    <row>                        <col-6 col-offset-3>                            <h1 class="text-title text-center"></h1>                            <box class="width-100 vertical-margin">|</box>                        </col-6>                    </row>                    <row>                        <col-3 col-offset-3>                            <button class="btn btn-default width-100">Doodle search</button>                        </col-3>                        <col-3>                            <button class="btn btn-default width-100">I'm feeling doodley</button>                        </col-3>                    </row>                </div>                <footer class="vertical-margin">                    &copy; <text-url></text-url> 2015                </footer>            </div>        </browser-chrome>    </body></html>
Copy after login

Project homepage: http:// www.open-open.com/lib/view/home/1428905542689

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template