This plugin adds support for **Slash** commands. Install it using:
npm install @cartamd/plugin-slashThis plugin adds support for Slash commands. Install it using:
```
npm i @cartamd/plugin-slash
Import the default theme, or create you own:
`ts`
import '@cartamd/plugin-slash/default.css';
`svelte
``
Checkout the docs for examples, options and more.