All Projects → arguiot → Displayjs

arguiot / Displayjs

Licence: mit
A simple JavaScript framework for building ambitious UIs 😊

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Displayjs

Front End Web Development Resources
This repository contains content which will be helpful in your journey as a front-end Web Developer
Stars: ✭ 3,452 (+485.08%)
Mutual labels:  framework, frontend, front-end, frontend-framework
Slim.js
Fast & Robust Front-End Micro-framework based on modern standards
Stars: ✭ 789 (+33.73%)
Mutual labels:  framework, dom, front-end
Mini.css
A minimal, responsive, style-agnostic CSS framework!
Stars: ✭ 2,938 (+397.97%)
Mutual labels:  framework, frontend, front-end
Quasar
An experimental rust-to-{wasm,asmjs} frontend framework.
Stars: ✭ 180 (-69.49%)
Mutual labels:  framework, frontend, frontend-framework
Alumna
[Alpha release of v3] Development platform for humans / Plataforma de desenvolvimento para humanos
Stars: ✭ 32 (-94.58%)
Mutual labels:  framework, front-end, frontend-framework
Tko
🥊 Technical Knockout – The Monorepo for Knockout.js (4.0+)
Stars: ✭ 227 (-61.53%)
Mutual labels:  framework, frontend, frontend-framework
Vuefront
VueFront Core. Turn your old-fashioned CMS website in to a SPA & PWA in 5 minutes
Stars: ✭ 316 (-46.44%)
Mutual labels:  framework, frontend
Uix Kit
A free UI toolkit based on some common libraries for building beautiful responsive website, compatible with Bootstrap v4.
Stars: ✭ 318 (-46.1%)
Mutual labels:  frontend, front-end
Redux Requests
Declarative AJAX requests and automatic network state management for single-page applications
Stars: ✭ 330 (-44.07%)
Mutual labels:  frontend, front-end
Ply
CSS inspection aided by visual regression pruning
Stars: ✭ 370 (-37.29%)
Mutual labels:  frontend, dom
Sugar
A lightweight and powerful JavaScript MVVM library. Used for production or learning how to make a full MVVM.
Stars: ✭ 345 (-41.53%)
Mutual labels:  framework, front-end
Learning Roadmap
The Front-End Developer Learning Roadmap by Frontend Masters
Stars: ✭ 336 (-43.05%)
Mutual labels:  frontend, front-end
Fritz2
Easily build reactive web-apps in Kotlin based on flows and coroutines.
Stars: ✭ 308 (-47.8%)
Mutual labels:  framework, frontend
Experimental React Like Framework
A new, experimental frontend for React inspired by SwiftUI. In development.
Stars: ✭ 290 (-50.85%)
Mutual labels:  frontend, front-end
Fe Interview
前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),5000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……
Stars: ✭ 19,638 (+3228.47%)
Mutual labels:  frontend, front-end
Snuggsi
snuggsi ツ - Easy Custom Elements in ~1kB
Stars: ✭ 288 (-51.19%)
Mutual labels:  frontend, dom
Lab
React UI component design tool
Stars: ✭ 349 (-40.85%)
Mutual labels:  framework, front-end
Imba
🐤 The friendly full-stack language
Stars: ✭ 5,434 (+821.02%)
Mutual labels:  frontend, dom
Phonon
Phonon is a responsive front-end framework with a focus on simplicity and flexibility
Stars: ✭ 425 (-27.97%)
Mutual labels:  framework, frontend-framework
Framework
A modular front-end framework - inspired by the server-side and Web Components.
Stars: ✭ 448 (-24.07%)
Mutual labels:  framework, frontend

DisplayJS


A simple framework for building ambitious UI, without thinking about how everything will be displayed.
By the way, you can ⭐️ the project to support it 😊

GitHub release Build Status Github All Releases npm License

Browser support

The browser support table is not 100% accurate. The ⛔ means that I didn't test DisplayJS for that browser.

Chrome logo Firefox logo IE logo Opera logo Safari logo Android Browser Logo
52+ ✅ 52+ ✅ 10+⛔ 40+ ✅ 9+ ✅ 5.2+ ⛔

Getting Started

To use display.js, you'll need to download display.js and add it in your js folder. Or, you can add these line of code in the head or in the body of your page:

// Add DisplayJS
<script src="https://unpkg.com/display.js"></script>

or you can install DisplayJS using npm

$ npm install display.js

Initialize DisplayJS

// Create a var for Display.JS. You don't have to add the $ var, you can change the name.
var $ = new DisplayJS (window);

The full docs can be found here

Support

DisplayJS is a project that required a lot of work and effort. You can show your appreciation by leaving a ⭐️. But you can also contribute in a 'financial' way by giving to my Patreon

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Made a website using the DisplayJS?

Add the built with DisplayJS badge to your README.md

Built with DisplayJS

Feel free to send me an email at [email protected], and I might add your site to an examples section I'm currently working on.

Examples of projects using DisplayJS

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Arthur Guiot - Initial work - @arguiot
  • Nikhil Bhaskar - Added aliases for the $.var() function - @Nikhil22
  • devrafalko - Helped a lot for the $.math() function - @devrafalko
  • Irving Ventura - Fixed a merge issue - @irvingv8
  • Vladimir B. - Fixed the global export warning - @ange007
  • ChenSheng - Fixed $.s() function - @Cslove

See also the list of contributors who participated in this project. If you don't code but you have great ideas, don't hesitate to write your idea in the issue part. If your idea is accepted, I will add you to this list 😊.

Thank You
for support

License

This project is licensed under the MIT License - see the LICENSE file for details.

Copyright © 2017 Arthur Guiot All Rights Reserved.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].