зеркало из
1
0
Форкнуть 0
A component library for building webview-based extensions in Visual Studio Code.
Перейти к файлу
Hawk Ticehurst 0d7a91e69e Regenerate API report 2021-05-12 14:14:11 -07:00
.github/ISSUE_TEMPLATE Update GitHub Issue Templates (#72) 2021-04-22 14:33:51 -07:00
.storybook Update & Clean Up Toolkit Infrastructure (#78) 2021-05-03 11:56:35 -07:00
docs Regenerate API report 2021-05-12 14:14:11 -07:00
policheck Add policheck config 2021-02-25 15:06:41 -08:00
src Rename VS Code Tabs To VS Code Panels (#83) 2021-05-06 12:49:24 -07:00
.eslintrc.js Update & Clean Up Toolkit Infrastructure (#78) 2021-05-03 11:56:35 -07:00
.gitignore Rollup Conversion (#17) 2021-03-08 16:23:14 -08:00
.npmignore Update & Clean Up Toolkit Infrastructure (#78) 2021-05-03 11:56:35 -07:00
.prettierignore Configure Project (#2) 2021-02-25 14:59:01 -08:00
.prettierrc Update Documentation (#67) 2021-04-14 17:01:46 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-06-15 08:13:21 -07:00
LICENSE Initial LICENSE commit 2020-06-15 08:13:22 -07:00
LICENSE-CODE Initial LICENSE-CODE commit 2020-06-15 08:13:24 -07:00
README.md Documentation Clean Up (#77) 2021-04-30 17:09:49 -07:00
SECURITY.md Initial SECURITY.md commit 2020-06-15 08:13:26 -07:00
api-extractor.json Update & Clean Up Toolkit Infrastructure (#78) 2021-05-03 11:56:35 -07:00
azure-pipelines.yml Update & Clean Up Toolkit Infrastructure (#78) 2021-05-03 11:56:35 -07:00
package-lock.json 0.4.0 2021-05-12 12:38:09 -07:00
package.json 0.4.0 2021-05-12 12:38:09 -07:00
rollup.config.js Update & Clean Up Toolkit Infrastructure (#78) 2021-05-03 11:56:35 -07:00
tsconfig.json Update & Clean Up Toolkit Infrastructure (#78) 2021-05-03 11:56:35 -07:00

README.md

VS Code Webview Toolkit Banner Illustration

Visual Studio Code Webview Toolkit

License: MIT NPM Version TypeScript

Introduction

The VS Code Webview Toolkit is a component library made specifically for building webview-based extensions in VS Code.

This toolkit was created to give people the tools to build webview experiences that are consistent with the rest of VS Code. Features of the library include:

  • Implements The VS Code Design Language: All components implement the VS Code design language enabling developers to create extensions that have a consistent look and feel with the rest of VS Code right out of the box.
  • Plays Nice With Your Tech Stack: The library is built using web component APIs meaning no matter what tech stack your using (React, Angular, Vanilla JS, etc.) the component library will play nice.
  • Theming As A First Class Citizen: All of the components were designed with theming in mind and the toolkit ships with utilities that allow extension developers to easily tap into and automatically consume VS Code color theme changes.
  • Accessible Out Of The Box: All components ship with web standard compliant ARIA labels and keyboard navigation meaning you don't have to worry about accessibility.

Getting Started

Follow the Getting Started Guide.

Documentation

Beyond the Getting Started Guide, further documentation can be found in the following places:

Contributing

This project welcomes contributions and suggestions. If you'd like to contribute, please submit a PR of your changes with a link to the issue or feature request that your code addresses. Additionally, please follow the VS Code Coding Guidelines.

Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Microsoft and any contributors grant you a license to the Microsoft documentation and other content in this repository under the Creative Commons Attribution 4.0 International Public License, see the LICENSE file, and grant you a license to any code in the repository under the MIT License, see the LICENSE-CODE file.

Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries. The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. Microsoft's general trademark guidelines can be found here.

Privacy information can be found here.

Microsoft and any contributors reserve all other rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel or otherwise.