Giter Site home page Giter Site logo

ui's Introduction

idx-ui是基于React-Hooks的一款轻量级的React UI组件。

说明

  • ✨ 特性

    • 🌈 符合大众交互语言和视觉风格。
    • 📦 开箱即用的高质量 React 组件。
    • 🛡 使用 TypeScript 开发,提供完整的类型定义文件。
    • 🎨 深入每个细节的主题定制能力。
  • 环境支持

    • 现代浏览器和 IE11(需要 polyfills)。
    • React版本必须大于16.8.0。

安装

使用 npm 安装

$ npm install idx-ui --save

使用 yarn 安装(暂未开放)

$ yarn add idx-ui
如果你的网络情况不佳,请使用cnpm

示例

import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'idx-ui';
ReactDOM.render(<Button />, mountNode);

引入样式

import 'idx-ui/dist/index.css'

按需加载

idx-ui 的 JS 代码默认支持基于 ES modules 的 tree shaking。

点击这里查看说明文档。

ui's People

Contributors

indexsarrol avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.