Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirillplatonov/vscode-polaris-view-components
Collection of VSCode snippets for Polaris ViewComponents.
https://github.com/kirillplatonov/vscode-polaris-view-components
Last synced: 5 days ago
JSON representation
Collection of VSCode snippets for Polaris ViewComponents.
- Host: GitHub
- URL: https://github.com/kirillplatonov/vscode-polaris-view-components
- Owner: kirillplatonov
- License: mit
- Created: 2021-10-08T12:31:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T12:14:33.000Z (over 1 year ago)
- Last Synced: 2024-12-06T23:49:27.249Z (16 days ago)
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Polaris ViewComponents
This extensions provides a collection of snippets for Polaris ViewComponents in VSCode.
## Available Snippets
### CalloutCard
- `polaris_callout_card`### Card
- `polaris_card`### Page
- `polaris_page`
- `polaris_page_full`
- `polaris_page_narrow`
- `polaris_page_actions`### Layout
- `polaris_layout`
- `polaris_layout_two`
- `polaris_layout_three`
- `polaris_layout_four`
- `polaris_layout_secondary`
- `polaris_layout_annotated`### Spacer - Vertical
- `polaris_spacer_vertical`
- `polaris_spacer_vertical_extra_tight`
- `polaris_spacer_vertical_tight`
- `polaris_spacer_vertical_base_tight`
- `polaris_spacer_vertical_loose`
- `polaris_spacer_vertical_extra_loose`### Spacer - Horizontal
- `polaris_spacer_horizontal`
- `polaris_spacer_horizontal_extra_tight`
- `polaris_spacer_horizontal_tight`
- `polaris_spacer_horizontal_base_tight`
- `polaris_spacer_horizontal_loose`
- `polaris_spacer_horizontal_extra_loose`### Stack
- `polaris_stack`
- `polaris_stack_item`
- `polaris_sub_stack`
- `polaris_sub_stack_item`
- `polaris_vertical_stack`## Banner
- `polaris_banner`## Publish extension
```
vsce package
vsce publish
```## License
This extension is [licensed under the MIT License](LICENSE).