diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-27 04:35:40 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-27 04:35:40 +1000 |
| commit | aa1991239a1255855791f4c5aad9ffcb6b21a2d6 (patch) | |
| tree | f3dfacac3dba8f08529595d8b57e2c4521b69183 /src/README.md | |
| parent | 25e633fe44d7bd84c566090188ea2c9a82449c69 (diff) | |
Clean up code in *Button and *Icon components
Diffstat (limited to 'src/README.md')
| -rw-r--r-- | src/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/README.md b/src/README.md index a97d23b..65f9a49 100644 --- a/src/README.md +++ b/src/README.md @@ -9,8 +9,8 @@ - HelpModal.vue: Modal displaying help info. - AncestryBar.vue: Displays ancestors of the outermost Tile. - TutorialPane.vue: Displays tutorial content. - - RButton.vue: Basic button component. - - IconButton.vue: Basic button component containing SVG icon. + - SButton.vue: Simple button component. + - IconButton.vue: Simple button component containing an SVG icon. - icon: Contains components that display SVG icons. - lib.ts: Contains classes/types and utility functions. - layout.ts: Contains code for laying out Tiles. |
