# Debug List all buttons here for debug usage. ```html ``` ```js import mdSave from 'naive-ui/lib/icons/md-save' export default { components: { mdSave } } ``` ```css .n-button { margin-right: 12px; margin-bottom: 8px; } .debug-zone { border-radius: 4px; background-color: rgb(48, 48, 48); transition: all .3s ease-in-out; } .debug-zone.n-light-theme { border-radius: 4px; background-color: #ececec; } ```