npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

augmented-ui

v2.0.0

Published

Integrate your apps with technology

Downloads

4,736

Readme

James0x57

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/James0x57

Old 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.css

Install: $ 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:

<link rel="stylesheet" type="text/css" href="https://unpkg.com/augmented-ui@2/augmented-ui.min.css">

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

Sponsors

Become a sponsor and get your logo on this README with a link to your site. [Become a sponsor]

Backers

Help the developer follow their excitement and support augmented-ui with a monthly donation. [Become a backer]

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/
  • 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 support

v1.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 README

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