Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 910 Bytes

README.md

File metadata and controls

39 lines (20 loc) · 910 Bytes

logo3

Reactable Stateless Components

This is the README for your extension "reactable-stateless-components". After writing up a brief description, we recommend including the following sections.

Features

Easily create stateless react components, with seperate files for the component, container, a config and styles.

demo

Instructions

  1. Open the command pallet by pushing cmd p

  2. type > Stateless Component

  3. Name your component. React Stateless component will then generate the required files for your stateless component

Requirements

VS Code > 1.63.0

Extension Settings

None at present

Known Issues

Currently only works if your components are in src/components directory.

Release Notes

Users appreciate release notes as you update your extension.

1.0.0

Initial release of Reactable Stateless Components