@xsolla/xui-b2c
v0.214.1
Published
Convenience meta-package that re-exports every B2C component from the toolkit. Install one package instead of many; refer to each component's own page for detailed API and accessibility notes.
Readme
B2C
Convenience meta-package that re-exports every B2C component from the toolkit. Install one package instead of many; refer to each component's own page for detailed API and accessibility notes.
Installation
npm install @xsolla/xui-b2cImports
import { BottomBar, ShopCard, SideNavigation, Toast } from '@xsolla/xui-b2c';Quick start
import { ShopCard, ProgressIcon } from '@xsolla/xui-b2c';
export default function Example() {
return (
<>
<ShopCard title="Bundle" />
<ProgressIcon value={0.5} />
</>
);
}Included components
@xsolla/xui-b2c-bottom-bar@xsolla/xui-b2c-currency-tag@xsolla/xui-b2c-image-thumbnail@xsolla/xui-b2c-progress-icon@xsolla/xui-b2c-quest-card@xsolla/xui-b2c-shop-card@xsolla/xui-b2c-side-navigation@xsolla/xui-b2c-toast@xsolla/xui-b2c-transaction-cell
