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

animal-island-ui

v0.7.5

Published

for learning purpose only, A nature-inspired React component library — Button, Input, Switch, Modal, Card, Collapse, Cursor, Divider

Readme

🏝 Animal-Island-UI

介绍

本项目是基于 React + TypeScript 实现的轻量 UI 组件库,设计风格灵感来源于任天堂《集合啦!动物森友会》游戏界面,用于个人前端技术练习与组件化开发学习。

所有视觉元素、布局、图标、动画均为独立设计实现,未直接使用任何任天堂官方美术素材、代码或资源文件。

预览

安装

npm install animal-island-ui

快速上手

⚠️ 重要: 请务必导入样式文件 import 'animal-island-ui/style',否则组件将没有样式与字体!

import { Button, Card } from 'animal-island-ui';
import 'animal-island-ui/style';

function App() {
    return (
        <div>
            <Button type="primary">开始冒险</Button>
            <Card color="app-blue">
                欢迎来到无人岛!
            </Card>
        </div>
    );
}

文档

面向不同场景的完整参考:

| 文档 | 用途 | |---|---| | AI_USAGE.md | 面向 AI 代码助手的使用手册,逐字收录全部组件 props、类型与默认值,附 17 条硬性规则与可复制样板,杜绝臆造 API。 | | DESIGN_PROMPT.md | 一键复刻提示词,适配 v0 / Figma AI / Midjourney / DALL-E,含色板、字体、尺寸表、Modal clip-path 与禁用清单。 | | skill/SKILL.md | 像素级样式规范 Skill,覆盖设计 token、全部组件精确 CSS、Demo 布局数值、CSS 变量模板与新组件开发 Checklist。 | | CONTRIBUTING.md | 贡献指南 |

本地开发

# 克隆仓库
git clone https://github.com/guokaigdg/animal-island-ui.git
cd animal-island-ui

# 安装依赖
npm install

# 启动 Demo 开发服务器
npm run dev

# 构建组件库
npm run build

# 构建 Demo 站点
npm run build:demo

案例

|ac-site-template(动森主题个人网站模板) | HiKid(儿童教育练习英语口语和听力) | | --- | --- | | | |

注意事项

  • 本项目仅用于个人学习、研究与非商业展示,禁止任何形式的商业使用、二次售卖或盈利行为。
  • 不用于任何商业产品、企业项目、对外服务或付费模板。
  • 使用本组件库产生的任何风险由使用者自行承担。

版权与免责声明

  • 本项目并非任天堂官方产品,与任天堂株式会社无任何关联、授权或合作关系。
  • 项目名称中包含的游戏名称仅为风格描述性引用,不构成商标使用或品牌关联。
  • 所有界面风格仅为设计灵感参考,不构成对原作品的复制或侵权。
  • 若版权方认为相关内容存在侵权嫌疑,可通过邮箱联系,本人将在第一时间进行整改或删除处理。

联系方式

如有问题或版权相关沟通,请通过 Issue 或邮件联系。

License

MIT 本项目基于 MIT 开源协议发布,仅限学习使用,作者不对因使用本库导致的任何法律问题或损失承担责任。