📚 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
).
You can get Orbit files in three ways:
CSS:
Uncompressed: orbit.css
Minified: orbit.min.css
JS:
Uncompressed: orbit.js
Minified: orbit.min.js
or
Adding Orbit to your projectInclude 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:
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