2021-10-17 18:26:00 +02:00
|
|
|
---
|
|
|
|
title: bnotch
|
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
|
|
|
|
The `bnotch` snippet is intended for notches at the back, or when you
|
|
|
|
need an alternative to the default `notch`.
|
|
|
|
|
|
|
|
It is provided by [plugin-theme](/reference/plugins/theme/).
|
|
|
|
|
|
|
|
```js
|
|
|
|
snippets.demo = new Snippet('bnotch', points.anchor)
|
|
|
|
```
|
|
|
|
|
2021-12-27 14:58:44 +01:00
|
|
|
<Example part="snippets_bnotch">An example of the bnotch snippet</Example>
|