0.0.5 • Published 4 years ago

storybook-snippets v0.0.5

Weekly downloads
3
License
MIT*
Repository
github
Last release
4 years ago

Version Installs

VSCode Snippets for Storybook

Snippet Prefixes

PrefixDescription
ng-Angular Snippets

Usage

All Angular snippets starts with "ng-".

ng-story-module

ngStoryModule

SnippetDescription
ng-add-storyAdd Storybook Story
ng-storyInitialize a story for a Angular Component
ng-story-moduleInitialize a story for a Angular Component with dependency injection

Installation (Mac)

  1. Launch VS Code
  2. Quick Open (⌘+P)
  3. Enter the following command and press enter: 'ext install Storybook Snippets'
  4. Choose extension (Author: Felipe Norato)
  5. Reload VS Code

Installation (Windows, Linux)

  1. Launch VS Code
  2. Quick Open (Ctrl-Shift-P)
  3. Enter the following command and press enter: 'ext install Storybook Snippets'
  4. Choose extension (Author: Felipe Norato)
  5. Reload VS Code

Feedback

Please send any feedback or suggestions to @fnoratol (Twitter) or create an issue on GitHub.

License

MIT