diff --git a/docs/README.md b/docs/README.md index a28d906..51849a2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -46,7 +46,7 @@ See [docs/configuration](configuration/README.md) for more information. - [src](../src) directory - Contains all code for the application, including CSS, JS and HTML files. This directory makes use of a feature-based folder structure. + Contains all code for the application, including CSS, JS and HTML files. This directory makes use of a feature-based folder structure. Utility files are often separated into their own subdirectory, called `_utils`, inside of their respective directory. - [public](../public) directory @@ -65,8 +65,8 @@ See [docs/configuration](configuration/README.md) for more information. Type | Case | Example --- | --- | --- Folders | kebab-case | `virtual-drive` -`.js` files | camelCase | `virtualRoot.js` -`.jsx` files | PascalCase | `Desktop.jsx` +`.ts` files | camelCase | `virtualRoot.ts` +`.tsx` files | PascalCase | `Desktop.tsx` `.css` files & files in `public` dir | kebab-case | `global.css` Local `.module.css` files | PascalCase | `Desktop.module.css` Global `.module.css` files | kebab-case | `utils.module.css` diff --git a/docs/features/actions/README.md b/docs/features/actions/README.md index a84d6cb..93387d8 100644 --- a/docs/features/actions/README.md +++ b/docs/features/actions/README.md @@ -6,7 +6,7 @@ A React component used to group and display actions together. This is used in th ## Example -```jsx +```tsx -``` \ No newline at end of file +``` + +## Action types + +Name | HTML equivalent +--- | -- +Click action | \