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 🙏

© 2026 – Pkg Stats / Ryan Hefner

star-horse-page

v2.1.1

Published

星马动态表单组件

Readme

#说明

现单独拆分出来作为独立的组件使用,此版本作为初始版本(非成熟产品),目前只是为了自己项目引用方便,请慎重下载。

#配置方法

在main.js 中引入以下代码

//加载star-horse-lowcode 和star-horse-page 的css文件
import "star-horse-lowcode/assets/index.css"
import "star-horse-page/assets/index.css"
import "element-plus/dist/index.css"
import {createApp} from 'vue'
import App from './App.vue'
//加载star-horse-page 页面组件
import StarHorsePage from 'star-horse-page';

const app = createApp(App);
//挂载到实例中
app.use(StarHorsePage, {});
app.mount('#app')

#在组件中使用

<script setup>
import {StarHorsePageDesign} from "star-horse-page";
</script>
<template>
   <StarHorsePageDesign/>
 </template>
<style scoped>
</style>

更新记录

1.0.1

- 解决当前组件和star-horse-form 组件同时被项目引用时报实例冲突问题
- 去掉在最初独立组件时遗留的一些代码

1.1.0

- 修复预览时排版异常

v1.2.0

 - 修复对话框超出高度显示异常

v1.3.0

 - 增加组件参数,修复选中组件bug

v1.4.0

 - 解决和star-horse-form冲突内容

v1.5.0

 - 增加FlexDesign导出

v1.6.0

 - 增加StarHorsePageView组件导出

v1.7.0

 - 修复图标异常bug

v1.7.1

 - 修复快捷菜单不能显示bug

v1.7.2

 - 增加按钮功能实现

v1.8.0

 - 修复多组件实例没法选中和拖拽BUG

v1.9.0

 - 完善 banner,content,copyright,image,link,logo,steps,table 组件属性

v1.9.1

 - 隐藏注释

v2.0.0

 - 新增内容

v2.1.0

 - 升级star-horse-lowcode,修复bug

v2.1.1

 - 修复bug