You can use a custom footer or empty div to hide it
```
--------------------------------
### Import Ninja Keys Class via CDN (JS Module)
Source: https://github.com/ssleptsov/ninja-keys/blob/main/README.md
Imports the NinjaKeys class specifically within a JavaScript module script when using a CDN, allowing direct access to the class.
```javascript
import {NinjaKeys} from 'https://unpkg.com/ninja-keys?module';
```
--------------------------------
### Customizing Icon Size CSS
Source: https://github.com/ssleptsov/ninja-keys/blob/main/README.md
This CSS snippet shows how to customize the size of icons within the `ninja-keys` component by setting the `--ninja-icon-size` CSS variable.
```css
ninja-keys {
--ninja-icon-size: 1em;
}
```
=== COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.