Coder Social home page Coder Social logo

gao-sun / windowise Goto Github PK

View Code? Open in Web Editor NEW
47.0 3.0 1.0 46 KB

Wisely create window/modal/notification/push in webpages.

Home Page: https://gao-sun.github.io/windowise

License: MIT License

JavaScript 80.66% CSS 19.34%
css js modals windows notifications push-notifications

windowise's Introduction

Windowise

Live Demos & Docs

https://gao-sun.github.io/windowise

Unified

We have different kinds of windows in our webpage. Windowise helps you to have unified UI style and manage them in an easy way!

Promise-based

Windowise is a Promise-based library, and Promise has been supported by all modern browsers. It helps you to avoid callback hells and write more readable codes.

Get Started

1.Install via npm

npm install windowise
// In JavaScript
import { Window, Modal, Nft, Push, Progress, Input } from 'windowise';
import Style from 'windowise/dist/windowise.css';

2.CDN

<link rel="stylesheet" href="https://unpkg.com/windowise@latest/dist/windowise.min.css">
<script src="https://unpkg.com/windowise@latest/dist/windowise.min.js"></script>

3.Download from dist/ in Github repository

Contributing

Please leave an issue if you find any bugs, I will fix it ASAP.

Please read the simple guideline before you develop your own component which is based on Windowise.

windowise's People

Contributors

gao-sun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

apple006

windowise's Issues

Overlay doesn't close on touch

I'm on a Dell touch enabled laptop using Chrome Version 59.0.3071.115 (Official Build) (64-bit)

When I click the overlay it works fine, but touching the overlay with my finger does not close it.

Beautiful, thanks!

I've used x0p for a while, but this really looks like you've taken it to a new level! Thanks for the work, this should be awesome in my app.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.