Giter VIP home page Giter VIP logo

we-mobius / mobius-gui Goto Github PK

View Code? Open in Web Editor NEW
42.0 1.0 1.0 10.8 MB

🎨 Reactive & Stream & Driver based UI framework build on Mobius Utils, equipped with neumorphism-derived & utility-first styles.

License: GNU General Public License v3.0

JavaScript 5.61% HTML 0.46% CSS 19.01% Handlebars 0.50% TypeScript 74.42%
interface web framework ui mobius frontend declarative reactive stream driver css utility-first neumorphism

mobius-gui's Introduction

Thoughts Daily Logo

Standard - JavaScript Style Guide Commitizen friendly Commitizen friendly

πŸ“œ English Doc Β |Β  πŸ“œ δΈ­ζ–‡ζ–‡ζ‘£

Mobius GUI - alpha

🎨 Reactive & Stream & Driver based UI framework build on Mobius Utils, equiped with neumorphism-derived & utility-first styles.

This repo will shows latest stage of Mobius GUI before I surely complete the first stable version. We are now on the alpha stage.

The alpha stage means that most (over 70%) of the major features have been developed, and while there are still some uncertainties, there are already far fewer than the preview stage.

The main tasks in alpha stage are refining the base examples, developing complex components and writing documentation.

πŸ’¬ Check todos & roadmaps for more information.

For a quickest preview: visit Mobius GUI preview.

Details

Mobius GUI Preview Release 20200406

Instance

Avatar Center

Preview Site

Empty Seat...

Documentation

Simple Use Example:

<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Mobius CSS</title>
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@we-mobius/[email protected]/release/styles/mobius.css">
</head>

<body>
  <div class="mobius-width--100vw mobius-height--100vh mobius-layout__vertical">
    <div class="mobius-padding--xl mobius-margin--auto mobius-shadow--normal mobius-rounded--base">
      <div class="mobius-layout__vertical mobius-flex-items--center mobius-select--none">
        <img width="200px" src="./assets/mobius-gui-preview-site-qr.jpg" alt="Scan to preview full feature of Mobius GUI">
        <p class="mobius-text--center mobius-text--xl mobius-font--fantasy">
          <span class="mobius-text--3xl">Hi</span>, developers !
        </p>
        <p>
          Scan to meet full features of Mobius GUI.
        </p>
      </div>
    </div>
  </div>
</body>

</html>

Visit πŸ”—Simple Use Example to see what it looks like.

Since it's just a pure CSS library, you can use it in your own projects with confidence.

However, for insurance purposes, before making sure that you and your team are fully familiar with the 'utility-first' way of CSS organization, it is still recommended that first use it in toy projects.

Here are some tips for you:

  • πŸ’» Read Design Spec. and check source code of Preview Site to know how to use. In the short term, there won't be a User Guide to show you how to use it exactly. Instructions & Documentation are on the way...
  • πŸ’‘ For developers who prefer local build to <link> tag import, it is recommended to enable server compression in production. Due to the large number of verbose variables, use gzip will reduce it from ~110 KB to less than 15 KB (84% compressed, brotli done better). Later I will build a public CDN with Gzip opened, you can use it with a simple <link> tag in your pages instead of local build. jsDelivr is awesome, just use it.
  • ⭐ Star & Watch to follow the latest work I've done. If you have any questions or suggestions, feel free to open an ISSUE (Or you can add my wechat for join our initial community) πŸ€—

All the relative documentations of detail, pls check ./docs,which contains:

Built With

Mobius GUI is inspired by such great works:

Author

License

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

mobius-gui's People

Contributors

kongxiangyan 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

Watchers

 avatar

Forkers

zhangaz1

mobius-gui's Issues

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.