Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tinper-bee

Package Overview
Dependencies
Maintainers
2
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tinper-bee

React Components living for enterprise-class pc backend application

  • 0.0.7
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
200
decreased by-31.27%
Maintainers
2
Weekly downloads
 
Created
Source

tinper-bee

npm version Build Status Coverage Status

[![npm download][download-image]][download-url]

Browser Support

IEChromeFirefoxOperaSafari
IE 8+ ✔Chrome 31.0+ ✔Firefox 31.0+ ✔Opera 30.0+ ✔Safari 7.0+ ✔

tinper-bee(官网链接 )是基于 UI 设计语言 iUAP DesignReact 实现的组件库,为开发者提供从产品界面设计到前端开发的完整生态。

关键特性

  • 组件支持可插拔使用
  • 提供丰富基础组件
  • 文档齐全,使用简单
  • 丰富的企业级特性应用组件
  • 支持组件的扩展和自定义

核心能力

丰富的组件

tinper-bee 包含丰富的react组件

开始使用

import { Button } from 'tinper-bee';

ReactDOM.render(<Button />, mountNode);

获取tinper-bee

  • 直接从github获取我们的源码
git clone git@github.com:iuap-design/tinper-bee.git
  • 使用CDN
  • 使用npm安装
npm install --save tinper-bee

版本说明

当前tinper-bee框架的版本为0.0.1。

目录及文件说明

提供的资源目录结构

/
│
├─assets
│      base.css
│      component.css
│
├─build
│      tinper-bee.js
│      tinper-bee.min.js
│
└─


开发文档

开发文档详见这里

如果你的项目要兼容ie8,见 这里

更多内容请移步我们的官网

6.参与讨论和开发

如在使用过程中遇到任何问题,可以在这里提交issue反馈;

或者直接fork代码到你的github仓库,提交pull request给我们。

有紧急问题可以直接邮件给我(Email:guoyff@yonyou.com

开发及构建

开发者可以一起参与为 tinper-bee 贡献代码,同时也可以基于 tinper-bee 进行二次开发或封装插件。

tinper-bee

目录结构

bower.json
CHANGELOG.md
CONTRIBUTING.md
build/
assets/
docs/
gulpfile.js
package.json
README.md
style/
tests/
webpack.conf.js

构建工具

tinper-bee 使用 gulp.jswebpack 构建项目。

克隆项目文件:

$ git clone git@github.com:iuap-design/tinper-bee.git

然后进入目录安装依赖:

$ npm install

接下来,执行 gulp

$ gulp

反馈

Bug 反馈及需求提交

版本号

Keywords

FAQs

Package last updated on 28 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc