Giter Site home page Giter Site logo

apple006 / windowise Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gao-sun/windowise

0.0 1.0 0.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%

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

Watchers

 avatar

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.