|
1 | 1 | 
|
2 |
| - |
3 |
| - |
4 | 2 | # Reactable Stateless Components
|
5 | 3 |
|
6 | 4 |
|
7 | 5 | This is the README for your extension "reactable-stateless-components". After writing up a brief description, we recommend including the following sections.
|
8 | 6 |
|
9 | 7 | ## Features
|
10 | 8 |
|
11 |
| -Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file. |
| 9 | +Easily create stateless react components, with seperate files for the component, container, a config and styles. |
12 | 10 |
|
13 |
| -For example if there is an image subfolder under your extension project workspace: |
| 11 | + |
14 | 12 |
|
15 |
| -\!\[feature X\]\(images/feature-x.png\) |
| 13 | +## Instructions |
16 | 14 |
|
17 |
| -> Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow. |
| 15 | +1) Open the command pallet by pushing `cmd p` |
18 | 16 |
|
19 |
| -## Requirements |
20 |
| - |
21 |
| -If you have any requirements or dependencies, add a section describing those and how to install and configure them. |
| 17 | +2) type `> Stateless Component` |
22 | 18 |
|
23 |
| -## Extension Settings |
| 19 | +3) Name your component. React Stateless component will then generate the required files for your stateless component |
24 | 20 |
|
25 |
| -Include if your extension adds any VS Code settings through the `contributes.configuration` extension point. |
| 21 | +## Requirements |
26 | 22 |
|
27 |
| -For example: |
| 23 | +VS Code > 1.63.0 |
28 | 24 |
|
29 |
| -This extension contributes the following settings: |
| 25 | +## Extension Settings |
30 | 26 |
|
31 |
| -* `myExtension.enable`: enable/disable this extension |
32 |
| -* `myExtension.thing`: set to `blah` to do something |
| 27 | +None ar present |
33 | 28 |
|
34 | 29 | ## Known Issues
|
35 | 30 |
|
36 |
| -Calling out known issues can help limit users opening duplicate issues against your extension. |
| 31 | +Currently only works if your components are in `src/components` directory. |
37 | 32 |
|
38 | 33 | ## Release Notes
|
39 | 34 |
|
40 | 35 | Users appreciate release notes as you update your extension.
|
41 | 36 |
|
42 | 37 | ### 1.0.0
|
43 | 38 |
|
44 |
| -Initial release of ... |
45 |
| - |
46 |
| -### 1.0.1 |
47 |
| - |
48 |
| -Fixed issue #. |
49 |
| - |
50 |
| -### 1.1.0 |
51 |
| - |
52 |
| -Added features X, Y, and Z. |
53 |
| - |
54 |
| ------------------------------------------------------------------------------------------------------------ |
55 |
| - |
56 |
| -## Working with Markdown |
57 |
| - |
58 |
| -**Note:** You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts: |
59 |
| - |
60 |
| -* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux) |
61 |
| -* Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux) |
62 |
| -* Press `Ctrl+Space` (Windows, Linux) or `Cmd+Space` (macOS) to see a list of Markdown snippets |
63 |
| - |
64 |
| -### For more information |
65 |
| - |
66 |
| -* [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown) |
67 |
| -* [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/) |
68 |
| - |
69 |
| -**Enjoy!** |
| 39 | +Initial release of Reactable Stateless Components |
0 commit comments