1.2.31 • Published 2 years ago

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

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.2.31

2 years ago

1.2.29

2 years ago

1.2.28

2 years ago

1.2.27

2 years ago

1.2.26

2 years ago

1.2.25

2 years ago

1.2.24

2 years ago

1.2.22

2 years ago

1.2.19

2 years ago

1.2.18

2 years ago

1.2.15

2 years ago

1.2.14

2 years ago

1.2.13

2 years ago

1.2.10

2 years ago

1.2.9

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago