Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/propjockey/augmented-ui
Cyberpunk-inspired web UI made easy. Get augmented.
https://github.com/propjockey/augmented-ui
cyberpunk sci-fi-gui stylesheets web-design
Last synced: 22 days ago
JSON representation
Cyberpunk-inspired web UI made easy. Get augmented.
- Host: GitHub
- URL: https://github.com/propjockey/augmented-ui
- Owner: propjockey
- License: bsd-2-clause
- Created: 2019-08-20T13:21:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T16:10:17.000Z (11 months ago)
- Last Synced: 2024-05-01T11:28:17.234Z (6 months ago)
- Topics: cyberpunk, sci-fi-gui, stylesheets, web-design
- Language: CSS
- Homepage: http://augmented-ui.com/
- Size: 1.07 MB
- Stars: 1,228
- Watchers: 30
- Forks: 55
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - propjockey/augmented-ui - Cyberpunk-inspired web UI made easy. Get augmented. (CSS)
- Awesome-CSS-Resources - augmented-ui: - inspired web UI made easy. Get augmented. (Frameworks / Resources / A)
- awesome-list - augmented-ui - inspired web UI made easy. Get augmented. | propjockey | 861 | (CSS)
README
[![Jane Ori - PropJockey.io](https://img.shields.io/badge/Jane%20Ori%20%F0%9F%91%BD-%F0%9F%A4%8D%20PropJockey.io-7300E6.svg?labelColor=FB04C2&style=plastic)](http://jane.propjockey.io/)
# augmented-ui from PropJockey
Resources:
* Home: http://augmented-ui.com/
* Docs: http://augmented-ui.com/docs/
* WYSIWYG Mixin Mixer: http://augmented-ui.com/mixinmixer/
* NPM: https://www.npmjs.com/package/augmented-ui
* GitHub: https://github.com/propjockey/augmented-ui
* Twitter: https://twitter.com/Jane0riOld v1 Links:
* Home: http://augmented-ui.com/v1/
* Docs: http://augmented-ui.com/v1/docs/
* Test: http://augmented-ui.com/v1/test.html
* unpkg: https://unpkg.com/augmented-ui@1/augmented.cssInstall:
`$ npm install augmented-ui`
Then include the `/node_modules/augmented-ui/augmented-ui.min.css` file before any stylesheets that use it.OR
Use your favorite NPM CDN and include it on your page before other stylesheets for small projects. Like so:
```html```
## Files
* **augmented-ui.css** - Everything, not minified (core, border and inlay mixins, individual-region mixins, all-region shape mixins)
* **augmented-ui.min.css** - Everything, minified (core, border and inlay mixins, individual-region mixins, all-region shape mixins)
* **aug-core.min.css** - core only, minified
* **border-inlay-mixins.min.css** - border and inlay mixins (and their delegate options) only, minified. Requires aug-core.min.css
* **region-mixins.min.css** - individual-region mixins only, minified. Requires aug-core.min.css
* **shape-mixins.min.css** - all-region mixins only, minified. Requires aug-core.min.css## Support
http://augmented-ui.com/docs/#supporting-augmented-ui
## CHANGELOG:
v2.0.0 - August 30, 2020:
* Complete rewrite
* Over 200 aug mixins built on top of a new core feature set
* Mixin Mixer: http://augmented-ui.com/mixinmixer
* Properties that enable clip augs at any angle, not just 45deg
* Optionally equip augs dynamically from CSS using core, without DOM attribute mixins and without JavaScript (no more aug-attr-spliced.js!)
* Border size and Inlay (previously "Inset") distance gained individual top/right/bottom/left options
* Full support global user reach at 92.96%
* Automatic elliptical border-radius fallbacks removed to simplify adding augmented-ui to projects with legacy browser supportv1.1.2 - March 5th, 2020:
* Added data-augmented.css option for data- prefixed augmented-ui attribute.
* Added compatibility notes for specific frameworks/libraries at the bottom of this READMEv1.1.0 - September 9th, 2019:
* Increased full support global user reach from ~70% to ~91% with -webkit-clip-path
* Bought an old iPhone to isolate and feature detect the iOS issue found before launch, enabling -webkit-clip-path to be used everywhere else
* Better docs: http://augmented-ui.com/docs/v1.0.0 - August 31st, 2019:
* Initial release
* -webkit-clip-path support removed before release due to breaking issues on older iOS versions used by ~2% of global users