A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/zumerlab/orbit below:

zumerlab/orbit: 💫 Orbit is a framework designed for building any kind of radial UI.

📚 Docs💬 Github discussions🧑‍💻 Telegram group

Use Orbit to create amazing radial UIs using CSS only!

Get involved, place your ⭐ in Orbit!

Orbit is a CSS framework designed for creating radial layouts. It offers simplicity, effectiveness, ease of use, and tremendous versatility for crafting compelling designs. It offers extensive customization options and supports nesting for building intricate designs tailored to your requirements.

Creating radial UIs generally involves using JavaScript or other programming languages to calculate angles, radii, distances, and more. Orbit saves you time and effort by enabling you to build these UIs with just CSS.

With Orbit, you can:

Learn all about Orbit in our doc site!

Radial UI refers to a design paradigm where elements are organized in a circular or radial pattern, diverging from traditional grid-based or linear layouts. This design approach is particularly effective for applications that involve:

Characteristics:

Benefits:

Orbit comes with just two files: orbit.css (or orbit.min.css) and orbit.js (or orbit.min.js).

Obtaining the Orbit files

You can get Orbit files in three ways:

3. Install via npm or yarn

or

Adding Orbit to your project

Include the files in your project as follows:

<head>
  <link rel="stylesheet" href="path/to/orbit.css">
  <script src="path/to/orbit.js"></script>
</head>

Or via CDN:

<head>
  <link rel="stylesheet" href="https://unpkg.com/@zumer/orbit@latest/dist/orbit.css">
  <script src="https://unpkg.com/@zumer/orbit@latest/dist/orbit.js"></script>
</head>
<div class="bigbang">
  <div class="gravity-spot">
    <div class="orbit-2 range-180 from-180">
      <o-arc shape="circle" class="shrink-50"></o-arc>
    </div>
    <div class="orbit-3 range-270 ">
      <o-arc shape="circle" class="shrink-50"></o-arc>
    </div>
  </div>
</div>

Explore more examples in our doc site.

There are many ways to contribute to Orbit development:

Special thanks to our contributors

MIT


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4