Skip to content
Snippets Groups Projects
Commit cf8eae7e authored by Marina Dali's avatar Marina Dali
Browse files

feat: #301 Dateien für issue angelegt

parent e3a322c2
No related branches found
No related tags found
No related merge requests found
......@@ -3,13 +3,13 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Slider view more slides #239</title>
<script src="./239.mjs" type="module"></script>
<title>Slider doesn't react to all defined breakpoints #301</title>
<script src="./301.mjs" type="module"></script>
</head>
<body>
<h1>Slider view more slides #239</h1>
<h1>Slider doesn't react to all defined breakpoints #301</h1>
<ul>
<li><a href="https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/239">Issue #239</a></li>
<li><a href="https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/301">Issue #301</a></li>
<li><a href="/">Back to overview</a></li>
</ul>
<main style="width: 1200px">
......@@ -21,6 +21,8 @@
data-monster-option-slides-600="2"
data-monster-option-slides-1200="3"
data-monster-option-slides-1800="4">
<!-- reaction only on breakpoint 1200 -->
<div slot="next">
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" fill="currentColor"
......
/**
* @file development/issues/open/301.mjs
* @url https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/301
* @description breakpoints monster-slider
* @issue 301
*/
import "../../../source/components/style/property.pcss";
import "../../../source/components/style/link.pcss";
import "../../../source/components/style/color.pcss";
import "../../../source/components/style/theme.pcss";
import "../../../source/components/style/normalize.pcss";
import "../../../source/components/style/typography.pcss";
import "../../../source/components/layout/slider.mjs";
import "../../../source/components/datatable/pagination.mjs";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment