I am a pure CSS modal
Just showing what I am capable of doing. Do you like it?
The native HTML elements get a boost so you don't need to write presentation classes mixed with your HTML.
Picnic is completely modular so you can easily modify and test each part:
DocumentationInstall it with bower and you will be able to integrate Picnic in any project and make it work for you.
Picnic is written in SCSS with many variables and classes (placeholders) to make it easy to extend.
GitHub$picnic-primary: #faa;
@import 'bower/picnic/src/picnic';
.call-to-action {
@extends %button;
}
Get the best experience for your users with many subtle and carefully crafted css transitions.
Fun fact: there's not a single line of javascript for controlling the multi step form on the right ⇒
TestsPicnic mission is to be under 10kb of responsive, compressed css for a better and faster mobile load.
Check the network usage of this page (F12), this page is under 20kb including images (but excluding the showcase).
If you love something set it free. This license allows you to use Picnic in a broad variety of projects.
Just showing what I am capable of doing. Do you like it?
Copyright (c) 2014 Francisco Presencia Fandos
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.