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

@xinmier/ui--layout-parts

v2.7.0

Published

辛米尔标准界面组件·排版框架结构件集。

Downloads

41

Readme

辛米尔标准界面组件·排版框架结构件集

npm 包

npm 包之名称

@xinmier/ui--layout-parts

npm 包之主页

https://www.npmjs.com/package/@xinmier/ui--layout-parts

概述

该软件是一个 npm 包,下称【本软件】。

本软件拟包含一系列界面编程组件,面向网页开发人员,而非最终用户。

本软件拟包含的一系列界面组件,应全都是用于页面排版之框架结构件,诸如常用的【上中下】三层结构、精彩的【玻璃面板】、实用的【贴边可悬浮面板】等等。

本软件中的所有组件均采用 Vuejs 3 框架编写。仅适用于 Vuejs 3 。

用法(面向网页开发人员)

安装

本软件服务于采用 Vuejs 3 框架的网页开发项目。故而,欲采用本软件,须先自行架设一个 Vuejs 3 项目。

在命令行环境中,cd 进入你的网页开发项目的文件夹,并执行以下命令:

npm  i  @xinmier/ui--layout-parts

重要变更

  • v2.0.0 版始,一切【样式类名】中:

    1. 凡【实体身份标识】类的【样式类名】,凡根级,一律以 xme-- 开头。例 .xme-floatable-panel
    2. 凡【实体身份标识】类的【样式类名】,凡内层,一律以 shi-ti-- 开头。例 .shi-ti--button--toggle-expansion
    3. 凡表征【状态】的【样式类名】,一律以 zhuang-tai-- 开头。例 .zhuang-tai--look--expanded-and-pinned

    小结:本组件库共有三种【样式类名】前缀: xme--shi-ti--zhuang-tai--

在代码中使用本软件包内诸组件

各组件之说明书如下。