Skip to content
/ cn-ui Public
forked from KonghaYao/cn-ui

A solid-js components library

Notifications You must be signed in to change notification settings

fossabot/cn-ui

 
 

Repository files navigation

CN-UI 组件库

FOSSA Status

npm i cn-ui
// import css in entry file
import "@cn-ui/core/dist/cn-uno.css"; // 如果不使用 unocss,那么请加载这个

import { Button } from "@cn-ui/core";
export const MyApp = () => {
    return <Button>Hello</Button>;
};

DEV

git submodules update
pnpm i

下载测试文件包

node script/snapshotSync.mjs download # 下载测试文件包


node script/snapshotSync.mjs upload # 上传测试文件包,需要在 .env 文件中写入 UPLOAD_TOKEN=

License

FOSSA Status

About

A solid-js components library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 93.8%
  • CSS 3.0%
  • JavaScript 2.0%
  • Astro 0.9%
  • MDX 0.3%
  • HTML 0.0%