зеркало из
1
0
Форкнуть 0
Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
Hawk Ticehurst 73fb83d212
Add react testing environment (#478)
Description of changes

Adds a testing environment and associated npm script (`npm run test:webview-react`) to make it easier to test React toolkit component changes.
2023-05-11 16:23:06 -07:00
Hawk Ticehurst b483a33074
Fix react build script (#456)
Description of changes

Fixes react build script that was generating incorrect type declaration file.
2023-02-24 14:22:04 -08:00
Hawk Ticehurst c6e399c8c0
Add type module (#421)
Description of changes

Add `type: module` to package.json and update various build/test scripts.
2022-11-21 12:43:17 -08:00
Hawk Ticehurst 364d978db5
Project clean up (#351)
Description of changes

This PR contains a variety of minor tweaks and changes to the entire toolkit project. The changes include:

- Updates to the GitHub templates
- Updates to Storybook config
- Updates to our contributing guidelines
- Updates to the project README
- Updates to the getting started guide
- Add a copyright notice to various source code files
2022-03-11 09:22:26 -08:00
Matt Rothenberg cc58b83f1c
Export toolkit components as wrapped React components (#300)
Description of changes

Uses the `fast-react-wrapper` to wrap all toolkit components as React components and then exports them under the following syntax: `import { ComponentName } from '@vscode/webview-ui-toolkit/react';`
2022-01-25 11:13:50 -08:00