Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t32k/wisteria
The best HTML-driven prototyping tool for designing in browser.
https://github.com/t32k/wisteria
css
Last synced: 7 days ago
JSON representation
The best HTML-driven prototyping tool for designing in browser.
- Host: GitHub
- URL: https://github.com/t32k/wisteria
- Owner: t32k
- Created: 2015-01-24T16:40:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T15:36:31.000Z (almost 9 years ago)
- Last Synced: 2024-05-02T06:14:31.291Z (7 months ago)
- Topics: css
- Language: CSS
- Homepage: http://t32k.me/wisteria/
- Size: 4.1 MB
- Stars: 53
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wisteria [![Build Status](https://travis-ci.org/t32k/wisteria.svg)](https://travis-ci.org/t32k/wisteria) [![wercker status](https://app.wercker.com/status/fff7cc4c5446d5b16065e8f93a79309e/s/master "wercker status")](https://app.wercker.com/project/bykey/fff7cc4c5446d5b16065e8f93a79309e)
Wisteria.css is the best HTML-driven prototyping tool for designing in browser.
+ __Hi-Control__: Wisteria's grid implements simple and modern [Flexbox](http://philipwalton.github.io/solved-by-flexbox/demos/grids/) layout, so you can make a mockup site with less typing rapidly.
+ __Helper__: Wisteria has a bunch of [Emmet](http://docs.emmet.io/cheat-sheet/)-like utility classes. It means you do not have to learn the namig rules.
+ __Harmless__: Wisteria does not destroy your web page style, because it has only class selectors. [HTML5-Reset](https://github.com/murtaugh/HTML5-Reset) just resets the style.[View documents site](http://t32k.me/wisteria/).
## Install
+ __Bower:__ `bower install --save wisteria`
+ __npm:__ `npm install --save wisteria`
+ __Download:__ [zip](https://github.com/t32k/wisteria/archive/master.zip)## Getting started
Include the wisteria.css and [HTML5-Rest.css](https://github.com/murtaugh/HTML5-Reset) files in your site.
```html
```
## Browser Support
+ Google Chrome (latest)
+ Mozilla Firefox (latest)
+ Apple Safari (latest)
+ Opera (latest)
+ Internet Explorer (latest) maybe...## License
The MIT License (MIT)
Copyright (c) 2015 Koji Ishimoto
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.