Xsolla UIKit
An enterprise-class UI design language and React-based implementation.
yarn add xsolla-uikit
``jsx
import {Button} from 'xsolla-uikit';
export default () => (
);
`
We strongly recommend using babel-plugin-import, which can convert the following code to the 'xsolla-uikit/lib/xxx' way:
`jsximport Button from 'xsolla-uikit/lib/button'
import {Button} from 'xsolla-uikit';
// Will become ``
For development instructions read Contributing guide