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

css-layout-flex

v1.0.2

Published

flexLayput.css

Downloads

2

Readme

                     _oo0oo_
                    o8888888o
                    88" . "88
                    (| -_- |)
                    0\  =  /0
                  ___/`---'\___
                .' \\|     |// '.
               / \\|||  :  |||// \
              / _||||| -:- |||||- \
             |   | \\\  - /// |   |
             | \_|  ''\---/''  |_/ |
             \  .-\__  '-'  ___/-. /
           ___'. .'  /--.--\  `. .'___
        ."" '<  `.___\_<|>_/___.' >' "".
       | | :  `- \`.;`\ _ /`;.`/ - ` : | |
       \  \ `_.   \_ __\ /__ _/   .-` /  /
   =====`-.____`.___ \_____/___.-`___.-'=====
                     `=---='


   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

         佛祖保佑     永不宕机     永无BUG

     佛曰:  
             写字楼里写字间,写字间里程序员;  
             程序人员写程序,又拿程序换酒钱。  
             酒醒只在网上坐,酒醉还来网下眠;  
             酒醉酒醒日复日,网上网下年复年。  
             但愿老死电脑间,不愿鞠躬老板前;  
             奔驰宝马贵者趣,公交自行程序员。  
             别人笑我忒疯癫,我笑自己命太贱;  
             不见满街漂亮妹,哪个归得程序员?

This is a flex layout scheme

NPM

npm i css-layout-flex
使用:在vue项目中的 main.js import 'css-layout-flex'  直接引入

项目介绍

├── @/node_modules/css-layout-flex # 项目安装目录

├── overallCenter # 居中布局

├── overallLeft # 居中起点对齐

├── overallRight # 居中终点对齐

├── overallAround # 项目两边之间的空白间距是相等的,垂直居中

├── overallbaseline # 居中两端对齐,项目之间的间隔都是相等的 对齐

├── overallBetween # 项目均匀对齐,换行

├── overallWrap-Left # 项目起点对齐,换行

├── overallWrap-content # 项目居中,换行

├── overallBetweenWrap # 居中两端对齐,项目之间的间隔都是相等的 可换行

├── overallVerticalLevelCentered # 多个元素垂直方向水平居中

├── overallVerticalCentered # 垂直方向居中对齐

├── omissionOfWords # 多行文字省略

├── singleline # 单行文字省略

├── noCopying # 禁止复制文字

├── AlignTop # 顶部对齐

└── TEXTdistribution # 文字分布 注:必须是文字,如果是数字或者abc这种要用空格分开,否则连一起。