1.2.31 • Published 4 years ago
@infini-soft/ic-hub-plugin-antd v1.2.31
Getting started
🌟 Antd Hub Core Plugin
Antd Hubcore Plugin to display user feedback.
✨ 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
4 years ago
1.2.31
4 years ago
1.2.29
4 years ago
1.2.28
4 years ago
1.2.27
4 years ago
1.2.26
4 years ago
1.2.25
4 years ago
1.2.24
4 years ago
1.2.22
4 years ago
1.2.19
4 years ago
1.2.18
4 years ago
1.2.15
4 years ago
1.2.14
4 years ago
1.2.13
4 years ago
1.2.10
4 years ago
1.2.9
4 years ago
1.2.8
4 years ago
1.2.7
4 years ago
1.2.6
4 years ago
1.2.5
4 years ago
1.2.4
4 years ago
1.2.3
4 years ago
1.2.2
4 years ago
1.2.1
4 years ago