diff --git a/img/thumb-loader.png b/img/thumb-loader.png new file mode 100644 index 0000000..c9d1546 Binary files /dev/null and b/img/thumb-loader.png differ diff --git a/items.json b/items.json index addc901..a91c583 100644 --- a/items.json +++ b/items.json @@ -1,4 +1,26 @@ [ + { + "title": "Loader", + "category": "snippets", + "thumbnail": "./img/thumb-loader.png", + "description": "CSS and JavaScript page loader which displays a loading animation or message, depending on the user's preferences.", + "features": [ + "svg-icons", + "svg-sprites", + "svg-animations", + "html-css-javascript", + "dark-mode-toggle", + "css-imports", + "css-nesting", + "accessibility", + "js-modules", + "aria-attributes", + "prefers-reduced-motion" + ], + "firstCommit": "15/01/2024", + "linkRepo": "https://github.com/chrisnajman/loader", + "linkPage": "https://chrisnajman.github.io/loader/" + }, { "title": "Accessible Mobile Menu", "category": "snippets",