1.2.31 • Published 3 years ago

@infini-soft/ic-hub-plugin-antd v1.2.31

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Getting started

🌟 Antd Hub Core Plugin

Antd Hubcore Plugin to display user feedback.

Hubcore NPM Kitchen

✨ Features

  • UI Feedback Antd
  • User Feedback

📚 Documentation

Get all documentation, examples and many more in the ☕ kitchen! Here

📦 Install

$ npm install @infini-soft/ic-hub-core @infini-soft/ic-hub-plugin-antd --save
# or
$ yarn add @infini-soft/ic-hub-core @infini-soft/ic-hub-plugin-antd

🔨 Usage

import React from 'react';
import { HubCore, SEVERITY } from '@infini-soft/ic-hub-core';
import { antdPlugin } from '@infini-soft/ic-hub-plugin-antd';

const hub = new HubCore();
hub.register(antdPlugin)

const test = () => {
  hub.info({
    message: 'Vous avez un beau postiche! :)',
    args:{loading: true},
    context: { var: true },
  });
};

export default () => (
  <>
    <h1>Test it</h1>
    <button onClick={() => test()}>Test me</button>
  </>
);

Powered 🚀 by Infinisoft Inc. Wanna cook software? come in the kitchen https://www.kitchen.infini-soft.com

1.2.30

3 years ago

1.2.31

3 years ago

1.2.29

3 years ago

1.2.28

3 years ago

1.2.27

3 years ago

1.2.26

3 years ago

1.2.25

3 years ago

1.2.24

3 years ago

1.2.22

3 years ago

1.2.19

3 years ago

1.2.18

3 years ago

1.2.15

3 years ago

1.2.14

3 years ago

1.2.13

3 years ago

1.2.10

3 years ago

1.2.9

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago