xxxxxxxxxx
1
<div class="container my-4">
2
<p>
3
<strong
4
>Bootstrap parallax functionality enables a beautiful scrolling animation to your pages.</strong
5
>
6
</p>
7
8
<p>Explore options like vertical, horizontal, full page, full width, slower, faster and much more in our documentation.</p>
9
10
<hr />
11
12
<p class="font-weight-bold">Basic examples</p>
13
14
<p>
15
You will <strong>find the code structure for this example in the tabs on the left</strong>. For even <strong>more examples, resources & customization options</strong> click the red <button class="btn btn-danger btn-sm">DOCS</button> button in the upper left corner.
16
</p>
17
18
<div class="border p-5 mb-5">
19
<!-- Copy this code to have a working example -->
20
<div class="parallax" data-mdb-image-src="https://mdbootstrap.com/img/Photos/Slides/3.jpg" ></div>
21
<!--/ Copy this code to have a working example -->
22
</div>
23
24
</div>
1
1
xxxxxxxxxx
1
const basicExample = document.getElementById('basic-example');
2
new Mention(basicExample, {
3
items: [
4
{ name: 'James', username: 'james123', image: '' },
5
{ name: 'John', username: 'john322', image: '' },
6
{ name: 'Mary', username: 'maryx', image: '' },
7
],
8
});
Console errors: 0