2.0.1 • Published 2 years ago

react-iaux v2.0.1

Weekly downloads
37
License
-
Repository
-
Last release
2 years ago

ღ react-iaux

一个React UI Library, 使用简单

npm deps license last-commit release prs download

Get Started ☆

install

npm i -S react-iaux

Usage

import React from 'react';
import { Button } from 'react-iaux';

export default function() {
  return (
    <div className="dc-btn-line">
      <Button onClick={() => console.log('Hello React')}>Get Started</Button>
    </div>
  );
}

Load on demand

  • direct import
import Button from 'react-iaux/es/button';
  • with babel-import-plugin
module.exports = {
  'plugins': [
    [
      'import',
      {
        'libraryName': 'react-iaux',
        'libraryDirectory': 'es',
        'style': true,
        'camel2DashComponentName': false,
        'customName': name => {
          return `react-iaux/es/${[name[0].toLowerCase(), name.substr(1)].join('')}`;
        },
      },
    ],
}

LICENSE

The MIT License (MIT)

2.0.1

2 years ago

2.0.0

2 years ago

1.2.3

4 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.28

5 years ago

1.1.27

5 years ago

1.1.26

5 years ago

1.1.24

6 years ago

1.1.23

6 years ago

1.1.22

6 years ago

1.1.21

6 years ago

1.1.20

6 years ago

1.1.19

6 years ago

1.1.18

6 years ago

1.1.15

6 years ago

1.1.14

6 years ago

1.1.13

6 years ago

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.7

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago