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

@lcf.vs/css-ui

v3.1.0

Published

A pure CSS base to make a responsive user interface

Downloads

46

Readme

css-ui

npm Downloads

A pure CSS base to make a responsive user interface.

  • Accessible
  • Flexible
  • Classes/ids non-dependant
  • No JavaScript required
  • No non-semantic tags
  • No hacks
  • No browser specific media queries
  • Easy to install

Demo

Install

Using NPM

npm install @lcf.vs/css-ui --prefix site-dir/assets/css

Using a CDN

<link href="https://unpkg.com/@lcf.vs/[email protected]/css-ui.min.css" media="screen" rel="stylesheet" /> 
<!DOCTYPE html>
<html lang="fr">
    <head>
        <meta charset="UTF-8">
        <title>Basic layout - css-ui</title>
        <link href="assets/css/variables.css" media="screen" rel="stylesheet" />
        <link href="https://unpkg.com/@lcf.vs/[email protected]/css-ui.min.css" media="screen" rel="stylesheet" />
        <link href="https://unpkg.com/@lcf.vs/[email protected]/components/menu/mini/mini.min.css" media="screen" rel="stylesheet" />
        <link href="https://unpkg.com/@lcf.vs/[email protected]/components/header/popdown/popdown.min.css" media="screen" rel="stylesheet" />
        <link href="assets/css/style.css" media="screen" rel="stylesheet" />
        <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no" />
    </head>
    <body>
        <header>
            <h1>css-ui</h1>
        </header>
        <main>
            <h1>css-ui basic layout</h1>
            <section>
                <h1>Section title</h1>
                <p>Section content</p>
            </section>
        </main>
        <nav>
            <!--googleoff: anchor-->
            <a href="javascript:" tabindex="1">☰</a>
            <a href="javascript:" tabindex="-1">⬅</a>
            <!--googleon: anchor-->
            <ol>
                <li><a href="/">Home</a></li>
            </ol>
        </nav>
    </body>
</html>

Variables

:root {
  --css-ui--bg: /* rgba(245, 245, 255, 1) */;
  --css-ui--font: /* OpenSans, "Lucida Sans Unicode", "Lucida Grande", sans-serif */;
  --css-ui--padding: /* .5em */;
  --css-ui--contents-width: /* 20em */;
  --css-ui--header-bg: /* rgba(204, 204, 255, 1) */;
  --css-ui--header-height: /* 3em */;
  --css-ui--header--popdown-color: /* rgba(245, 245, 255, 1) */;
  --css-ui--header--popdown-width: /* 15em */;
  --css-ui--header--popdown-counter-color: /* rgba(255, 255, 255, .8) */;
  --css-ui--header--popdown-counter-bg: /* rgba(255, 0, 0, 1) */;
  --css-ui--header--popdown-counter-font-size: /* .8em */;
  --css-ui--header--popdown-counter-padding: /* .3em */;
  --css-ui--header--popdown-item-bg: /* rgba(255, 255, 181, 1) */;
  --css-ui--menu--bg: /* rgba(0, 0, 34, 1) */;
  --css-ui--menu--border: /* .063em solid rgba(255, 255, 255, .3) */;
  --css-ui--menu--color: /* rgba(204, 204, 255, 1) */;
  --css-ui--menu--icon-font: /* FontAwesome5Free */;
  --css-ui--menu--icon-size: /* 3em */;
  --css-ui--menu--height: /* 100% */;
  --css-ui--menu--overlay-bg: /* rgba(0, 0, 0, .3) */;
  --css-ui--menu--width: /* 15em */;
}

Components

Components

License

MIT

Contributions

A special thanks to ascito for some improvements. =)

Compatibility

  • PC

    • Firefox
    • Chrome
    • Edge
    • Opera
    • Yandex
  • Mobile

    • Firefox
    • Chrome
    • Safari
    • Samsung
    • UC Browser
  • Mac

    • Firefox
    • Safari
    • Chrome
    • Opera

All the compatibility tests are made on