
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
wix-style-react
Advanced tools
A collection of React components that conform to Wix Style.
Support Channel: #wix-style-react
npm install wix-style-react
yarn add wix-style-react
wix-style-react is built with Stylable, therefore we recommend you build your project using a Stylable compatible template in order to save some configurations. Take a look at our usage guide Create Stylable App to create a new Stylable project from a boilerplate.
wix-style-react requires react version 16.14.0 and up.
For typescript users version ^3.9.7 is required.
All wix-style-rect applications start with a WixStyleReactProvider. The Provider injects MadeFor font and enables font smoothing.
import {WixStyleReactProvider, Button} from 'wix-style-react';
const App = () => (
<WixStyleReactProvider>
<Button>Hello World!</Button>
</WixStyleReactProvider>
);
All our components are provided with testkits that help our users test them.
A component testkit provides an interface to the component, enabling automated tests to access component functions without needing to know precise details of the technology being used.
// Here is an example
// 1. import
import { InputTestkit } from 'wix-style-react/dist/testkit';
// 2. initialize
const inputDriver = InputTestkit({
wrapper: document.body,
dataHook: 'name-input',
});
// 3. interact
it('test', async () => {
await inputDriver.enterText('hello world');
expect(await inputDriver.getText()).toBe('hello world');
});
All methods are documented in our storybook components stories and some can be viewed through typescript interface.
Our testkits currently support four major testing frameworks:
react-jsdom, protractor, puppeteer and selenium. Read our
testing
guidelines
The library is javascript based but types are supported with d.ts files.
You should get the types automatically when installing wix-style-react.
For any issues, check out our types
FAQ
We welcome contributions to Wix-Style-React!
Read our contributing guide and help us build or improve our components.
Check out our support guide
This project is offered under MIT License.
FAQs
wix-style-react
The npm package wix-style-react receives a total of 7,445 weekly downloads. As such, wix-style-react popularity was classified as popular.
We found that wix-style-react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 11 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.