Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Update Project Title To Align With Branding Guidelines #170

Merged
merged 1 commit into from
Aug 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Visual Studio Code Webview UI Toolkit
# Webview UI Toolkit for Visual Studio Code

[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen)](https://opensource.org/licenses/MIT)
[![NPM Version](https://img.shields.io/badge/npm-v0.6.1-blue)](https://github.com/microsoft/vscode-webview-toolkit)
[![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-blue)](https://www.typescriptlang.org/)

## Introduction

The VS Code Webview UI Toolkit is a component library made for building webview-based extension UIs in VS Code that match the native look and behavior of VS Code itself. Features of the library include:
The Webview UI Toolkit for VS Code is a component library made for building webview-based extension UIs in VS Code that match the native look and behavior of VS Code itself. 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.
- **Theming As A First Class Citizen:** All components were designed with theming in mind and the toolkit ships with utilities that automatically consume and apply VS Code color theme changes.
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Open the Command Pallette (`Crtl + Shift + P` or `Cmd + Shift + P` on Mac), sear

## Next steps

Congratulations on getting started with the VS Code Webview UI Toolkit! 🎊
Congratulations on getting started with the Webview UI Toolkit! 🎊

Now that you're set up, checkout the component docs for further documentation on what components are available and how to use them. Further component documentation and some guides on how to work with webviews is also provided too. Happy hacking!

Expand Down
4 changes: 2 additions & 2 deletions docs/storybook/Introduction.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import {Meta} from '@storybook/addon-docs/blocks';

<Meta title="Docs/Introduction" parameters={{options: {isToolshown: false}}} />

# Visual Studio Code Webview UI Toolkit
# Webview UI Toolkit for Visual Studio Code

Welcome to the Webview UI Toolkit Storybook! 👋

The [VS Code UI Webview Toolkit](https://github.com/microsoft/vscode-webview-toolkit) is a component library made for building webview-based extensions in Visual Studio Code that match the native look and behavior of VS Code itself. Features of the library include:
The [Webview UI Toolkit](https://github.com/microsoft/vscode-webview-toolkit) is a component library made for building webview-based extensions in Visual Studio Code that match the native look and behavior of VS Code itself. 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.
- **Theming As A First Class Citizen:** All components were designed with theming in mind and the toolkit ships with utilities that automatically consume and apply VS Code color theme changes.
Expand Down