2.0.1 • Published 1 year ago

react-iaux v2.0.1

Weekly downloads
37
License
-
Repository
-
Last release
1 year 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

1 year ago

2.0.0

1 year ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

4 years ago

1.1.28

4 years ago

1.1.27

4 years ago

1.1.26

4 years ago

1.1.24

4 years ago

1.1.23

4 years ago

1.1.22

4 years ago

1.1.21

4 years ago

1.1.20

4 years ago

1.1.19

5 years ago

1.1.18

5 years ago

1.1.15

5 years ago

1.1.14

5 years ago

1.1.13

5 years ago

1.1.12

5 years ago

1.1.11

5 years ago

1.1.10

5 years ago

1.1.9

5 years ago

1.1.7

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago