wix-ui-tpa
v3.97.0
Published
Components for Wix Tpa applications
Downloads
12,719
Maintainers
Keywords
Readme
wix-ui-tpa
Support Channel: #wix-ui-tpa
wix-ui-tpa
is a library of React components that are designed to be used in Wix TPA's.
Demo | Demo App
📦 Installation
Before starting, note that the library is part of a monorepo bootstrapped by yarn.
Then, install with npm
or yarn
:
npm i wix-ui-tpa
# OR
yarn add wix-ui-tpa
🖇 Prerequisites
wix-ui-tpa
uses Stylable configuration, and depends on
wix-style-processor
by default.
In order to use wix-ui-tpa
, your module bundler and app should be configured accordingly.
🚀 Usage
Please refer to the Usage document.
✅ Test drivers
All of wix-ui-tpa
components are 100% tested and supplies test drivers for easy
interactions in your tests. Read more about it in wix-style-react
's excellent
documentation here.
🤝 Contributing
Please refer to the Contribution document.
💫 Release Process
Please refer to the Version Release document.