1.103.3 • Published 2 days ago

@wix/design-system v1.103.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 days ago

npm.io

📦 Install

npm install @wix/design-system
yarn add @wix/design-system

Browsers support

  • Google Chrome (version 92 and above)
  • Safari for Mac (version 14 and above)
  • Microsoft Edge (version 100 and above)
  • Firefox (version 91 and above)

Setting up your app

All @wix/design-system applications start with a WixDesignSystemProvider. The Provider injects MadeFor font and enables font smoothing.

import { WixDesignSystemProvider, Button } from '@wix/wix-design-system';

const App = () => (
  <WixDesignSystemProvider>
    <Button>Hello World!</Button>
  </WixDesignSystemProvider>
);

💫 Testkits

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/design-system/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: @testing-library/react, puppeteer and vanilla. (https://github.com/wix-private/wix-design-systems/blob/master/packages/wix-design-system/docs/usage/testing.md)

🤝 Contributing PRs Welcome

We welcome contributions to Wix De!

Read our contributing guide and help us build or improve our components.

🙋 Support

Support Channel: #wix-design-system

Check out our support guide

📝 License

This project is offered under MIT License.

1.103.3

2 days ago

1.103.1

8 days ago

1.103.2

8 days ago

1.102.0

15 days ago

1.101.0

20 days ago

1.100.2

27 days ago

1.100.0

28 days ago

1.100.1

27 days ago

1.99.1

30 days ago

1.99.0

1 month ago

1.98.3

1 month ago

1.98.1

2 months ago

1.98.2

2 months ago

1.98.0

2 months ago

1.97.2

2 months ago

1.97.1

2 months ago

1.97.0

2 months ago

1.96.1

2 months ago

1.96.0

2 months ago

1.95.2

2 months ago

1.95.1

2 months ago

1.95.0

3 months ago

1.94.0

3 months ago

1.93.1

3 months ago

1.93.0

3 months ago

1.92.1

3 months ago

1.92.0

3 months ago

1.91.0

3 months ago

1.90.1

3 months ago

1.90.0

3 months ago

1.89.0

3 months ago

1.88.0

4 months ago

1.87.0

4 months ago

1.86.0

4 months ago

1.85.0

4 months ago

1.84.0

4 months ago

1.83.0

4 months ago

1.82.1

4 months ago

1.82.0

4 months ago

1.81.0

4 months ago

1.80.0

4 months ago

1.79.1

5 months ago

1.79.0

5 months ago

1.78.0

5 months ago

1.77.0

5 months ago

1.56.0

8 months ago

1.40.0

10 months ago

1.63.0

7 months ago

1.44.0

10 months ago

1.67.0

7 months ago

1.48.0

9 months ago

1.48.1

9 months ago

1.70.0

7 months ago

1.51.0

9 months ago

1.74.0

6 months ago

1.74.1

6 months ago

1.74.2

6 months ago

1.55.0

8 months ago

1.74.3

6 months ago

1.57.0

8 months ago

1.60.0

8 months ago

1.64.0

7 months ago

1.41.0

10 months ago

1.64.1

7 months ago

1.68.0

7 months ago

1.45.0

9 months ago

1.68.1

7 months ago

1.68.2

7 months ago

1.49.0

9 months ago

1.71.0

7 months ago

1.75.0

5 months ago

1.52.0

8 months ago

1.58.1

8 months ago

1.58.0

8 months ago

1.58.3

8 months ago

1.58.2

8 months ago

1.61.0

8 months ago

1.42.0

10 months ago

1.65.0

7 months ago

1.65.1

7 months ago

1.42.1

10 months ago

1.46.0

9 months ago

1.69.0

7 months ago

1.46.1

9 months ago

1.72.0

6 months ago

1.53.0

8 months ago

1.76.0

5 months ago

1.76.1

5 months ago

1.74.4

5 months ago

1.55.1

8 months ago

1.59.0

8 months ago

1.62.0

7 months ago

1.66.0

7 months ago

1.43.0

10 months ago

1.66.1

7 months ago

1.66.2

7 months ago

1.66.3

7 months ago

1.47.1

9 months ago

1.47.0

9 months ago

1.73.0

6 months ago

1.50.0

9 months ago

1.73.1

6 months ago

1.54.0

8 months ago

1.37.0

11 months ago

1.33.1

12 months ago

1.35.0

11 months ago

1.39.0

11 months ago

1.32.0

12 months ago

1.36.0

11 months ago

1.34.2

11 months ago

1.36.1

11 months ago

1.34.0

12 months ago

1.34.1

12 months ago

1.38.0

11 months ago

1.33.0

12 months ago

1.15.0

1 year ago

1.14.0

1 year ago

1.13.0

1 year ago

1.12.0

1 year ago

1.11.1

1 year ago

1.19.0

1 year ago

1.18.0

1 year ago

1.17.0

1 year ago

1.16.0

1 year ago

1.21.0

1 year ago

1.22.0

1 year ago

1.20.0

1 year ago

1.25.0

1 year ago

1.26.0

1 year ago

1.23.0

1 year ago

1.24.0

1 year ago

1.23.1

1 year ago

1.29.0

1 year ago

1.28.0

1 year ago

1.30.0

1 year ago

1.31.0

12 months ago

1.11.0

1 year ago

1.10.1

1 year ago

1.10.0

1 year ago

1.9.0

1 year ago

1.8.0

1 year ago

1.7.1

1 year ago

1.7.0

1 year ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago