├── .github └── FUNDING.yml ├── .vscode ├── launch.json ├── settings.json └── tasks.json ├── CHANGELOG.md ├── LICENSE.md ├── README.md └── images ├── .directory ├── all-settings.png ├── component-created.png ├── component-settings.png ├── cover-logo.png ├── logo.png ├── name-of-component-cva.png ├── name-of-component.png ├── name-of-page.png ├── named-component-created.png ├── named-styled-component-created.png ├── named-styled-created.png ├── next-js-component-created.png ├── next-js-name-of-component.png ├── next-js-settings.png ├── next-page-created.png ├── rn-component-created.png ├── rn-styled-created.png ├── show-all-commands.png ├── styled-component-created-cva.png ├── styled-created.png ├── styles-settings.png ├── usage-right-mouse-click.png ├── use-arrow-function-created.png ├── use-arrow-function-settings.png ├── use-barrel-settings.png ├── use-barrel.png ├── use-css-module-created.png ├── use-css-module-settings.png ├── use-export-default-example.png ├── use-export-default-settings.png ├── use-react-fc-created.png ├── use-react-fc-settings.png ├── use-react-import-created.png └── use-react-import-settings.png /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/.vscode/tasks.json -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/README.md -------------------------------------------------------------------------------- /images/.directory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/.directory -------------------------------------------------------------------------------- /images/all-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/all-settings.png -------------------------------------------------------------------------------- /images/component-created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/component-created.png -------------------------------------------------------------------------------- /images/component-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/component-settings.png -------------------------------------------------------------------------------- /images/cover-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/cover-logo.png -------------------------------------------------------------------------------- /images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/logo.png -------------------------------------------------------------------------------- /images/name-of-component-cva.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/name-of-component-cva.png -------------------------------------------------------------------------------- /images/name-of-component.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/name-of-component.png -------------------------------------------------------------------------------- /images/name-of-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/name-of-page.png -------------------------------------------------------------------------------- /images/named-component-created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/named-component-created.png -------------------------------------------------------------------------------- /images/named-styled-component-created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/named-styled-component-created.png -------------------------------------------------------------------------------- /images/named-styled-created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/named-styled-created.png -------------------------------------------------------------------------------- /images/next-js-component-created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/next-js-component-created.png -------------------------------------------------------------------------------- /images/next-js-name-of-component.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/next-js-name-of-component.png -------------------------------------------------------------------------------- /images/next-js-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/next-js-settings.png -------------------------------------------------------------------------------- /images/next-page-created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/next-page-created.png -------------------------------------------------------------------------------- /images/rn-component-created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/rn-component-created.png -------------------------------------------------------------------------------- /images/rn-styled-created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/rn-styled-created.png -------------------------------------------------------------------------------- /images/show-all-commands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/show-all-commands.png -------------------------------------------------------------------------------- /images/styled-component-created-cva.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/styled-component-created-cva.png -------------------------------------------------------------------------------- /images/styled-created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/styled-created.png -------------------------------------------------------------------------------- /images/styles-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/styles-settings.png -------------------------------------------------------------------------------- /images/usage-right-mouse-click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/usage-right-mouse-click.png -------------------------------------------------------------------------------- /images/use-arrow-function-created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/use-arrow-function-created.png -------------------------------------------------------------------------------- /images/use-arrow-function-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/use-arrow-function-settings.png -------------------------------------------------------------------------------- /images/use-barrel-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/use-barrel-settings.png -------------------------------------------------------------------------------- /images/use-barrel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/use-barrel.png -------------------------------------------------------------------------------- /images/use-css-module-created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/use-css-module-created.png -------------------------------------------------------------------------------- /images/use-css-module-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/use-css-module-settings.png -------------------------------------------------------------------------------- /images/use-export-default-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/use-export-default-example.png -------------------------------------------------------------------------------- /images/use-export-default-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/use-export-default-settings.png -------------------------------------------------------------------------------- /images/use-react-fc-created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/use-react-fc-created.png -------------------------------------------------------------------------------- /images/use-react-fc-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/use-react-fc-settings.png -------------------------------------------------------------------------------- /images/use-react-import-created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/use-react-import-created.png -------------------------------------------------------------------------------- /images/use-react-import-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoemerson/create-react-tsx-component/HEAD/images/use-react-import-settings.png --------------------------------------------------------------------------------