Code Monkey home page Code Monkey logo

overwatchui's Introduction

OverwatchUI

Description

Some UI components designed by imitating Overwatch.

Usage

https://raw.githubusercontent.com/CairBin/OverwatchUI/main/main.css

You can use CDN.

https://cdn.jsdelivr.net/gh/CairBin/[email protected]/main.css

Components

button

	<button class="ow-button ow-cancel-button">No</button>
    <button class="ow-button ow-ensure-button">Yes</button>

menu

	<div class="ow-ensure-menu">
        <div class="ow-ensure-menu-title">Exit?</div>
        <div class="ow-ensure-menu-option">
            <button class="ow-button ow-cancel-button">No</button>
            <button class="ow-button ow-ensure-button">Yes</button>
        </div>
    </div>

card

	<div class="ow-card">
        <img src="https://img.zmtc.com/2020/0211/20200211084406659.jpg" class="ow-card-img">
		<div class="ow-card-title">
            Title
		</div>
        <div class="ow-card-text">
			Hello,World
        </div>
    </div>

tips and split-line

	<div class="ow-tip">
        <div>tips</div>
        <div class="ow-ver-split-line"></div>
        <div>This is a test</div>
    </div>

avatar

	<img class="ow-avatar" src="https://img.zmtc.com/2020/0211/20200211084406659.jpg">

list

	<div class="ow-list">
        <div class="ow-list-item">
			<div class="ow-list-item-title">
                item
            </div>
        </div>
        <div class="ow-list-item ow-list-item-selected">
            <div class="ow-list-item-title">
                item-selected
            </div>
        </div>
    </div>

layout

	<div class="ow-nav">
        <!-- To Do -->
    </div>
	
	<div class="ow-content">
	    <!-- To Do -->
	</div>
	
	<div class="ow-footer">
        &copy; Copyright XXXXX XXXX-XXXX
    </div>

overwatchui's People

Contributors

cairbin 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.