You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
693 B
31 lines
693 B
<section>
|
|
<h1 class="font-bold text-4xl">Blog1#index</h1>
|
|
|
|
<p>Find me in app/views/blog1/index.html.erb</p>
|
|
|
|
<span>
|
|
<input type="checkbox" id="my-checkbox-1">
|
|
<label for="my-checkbox-1" class="p-5">Voir les validations</label>
|
|
</span>
|
|
|
|
<span>
|
|
<input type="checkbox" id="my-checkbox-2">
|
|
<label for="my-checkbox-2" class="p-5">Voir HelloWord</label>
|
|
</span>
|
|
|
|
<div data-controller="hidden" data-hidden-toggler-value="my-checkbox-1">
|
|
<ul>
|
|
<li>A</li>
|
|
<li>B</li>
|
|
<li>C</li>
|
|
<li>D</li>
|
|
<li>E</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<hr>
|
|
|
|
<div data-controller="hidden" data-hidden-toggler-value="my-checkbox-2">
|
|
Hello World
|
|
</div>
|
|
</section>
|