qingqinxl1 / flarej

An ui components library based on React and NornJ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlareJ

   ___      __
 /\  __\   /\_\
 \_\ \_/_  \/\ \
/\___  __\  \ \ \
\/__/\ \_/  _\ \ \
    \_\ \  /\ \_\ \ (Component, {
   /\___/  \ \____/   ...responsiveSettings
   \/__/    \/___/  });

FlareJ是一个基于ReactNornJ模板引擎的UI组件库。

FlareJ的前身是一个基于jQuery的UI组件库,在2011-2015年曾服务于jd.com内部多个PC及移动端系统中。

NPM Version NPM Downloads

组件

目前已有的组件(点击查看示例或文档):

原创组件

可以使用babel-plugin-import按需引入以上组件,.babelrc配置:

{
  "plugins": [
    ["import", {
      "libraryName": "flarej",
      "libraryDirectory": "lib/components",
      "style": true
    }]
  ]
}

引入组件:

import { Row, Col, Pagination } from 'flarej';

高阶组件

第三方组件

依赖的项目

安装

使用npm安装:

npm install flarej

浏览器支持

所有现代浏览器以及Internet Explorer 9+。

License

MIT

About

An ui components library based on React and NornJ

License:MIT License


Languages

Language:JavaScript 83.2%Language:CSS 12.2%Language:HTML 4.6%