@xsolla/xui-feedback
v0.106.0
Published
Convenience re-export bundle combining notification, spinner, tooltip, and toggletip packages.
Readme
@xsolla/xui-feedback
Convenience re-export bundle combining notification, spinner, tooltip, and toggletip packages.
Installation
yarn add @xsolla/xui-feedbackUsage
import { Notification, Spinner, Tooltip, Toggletip } from '@xsolla/xui-feedback';
const Example = () => (
<>
<Notification tone="success" title="Saved" />
<Tooltip content="More info">
<button>Hover</button>
</Tooltip>
<Spinner />
</>
);Components
This package re-exports all components from:
@xsolla/xui-notification— inline and toast-style banners@xsolla/xui-notification-panel— notification panel container@xsolla/xui-spinner— loading spinner@xsolla/xui-tooltip— hover-triggered info overlay@xsolla/xui-toggletip— click-triggered info popover
Refer to the individual package READMEs for full prop documentation.
