@sensoro-design/react
TypeScript icon, indicating that this package has built-in type declarations

1.5.0 • Public • Published

Sensoro Design

升哲科技 React UI 组件库。

NPM version NPM downloads

特性

  • 🌈 提炼自企业级中后台产品的交互语言和视觉风格。
  • 📦 开箱即用的高质量 React 组件。
  • 🛡 使用 TypeScript 开发,提供完整的类型定义文件。
  • ⚙️ 全链路开发和设计工具体系。
  • 🎨 深入每个细节的主题定制能力。

📦 安装

npm install @sensoro-design/react --save
yarn add @sensoro-design/react
pnpm i @sensoro-design/react

🔨 示例

import { Button, DatePicker } from '@sensoro-design/react';

const App = () => (
  <>
    <Button type="primary">PRESS ME</Button>
    <DatePicker />
  </>
);

引入样式:

import '@sensoro-design/react/dist/css/sen.min.css'; // or '@sensoro-design/react/dist/css/index.less'

Package Sidebar

Install

npm i @sensoro-design/react

Weekly Downloads

0

Version

1.5.0

License

MIT

Unpacked Size

12 MB

Total Files

2502

Last publish

Collaborators

  • fuhao94
  • wangxingkang