Collapse

Collapse brukes for å vise og skjule innhold.

Checkbox

How do I create an account?
Click the "Sign Up" button in the top right corner and follow the registration process.
<div class="collapse bg-base-100 border-base-300 border">
  <input type="checkbox" />
  <div class="collapse-title font-semibold">How do I create an account?</div>
  <div class="collapse-content text-sm">
    Click the "Sign Up" button in the top right corner and follow the registration process.
  </div>
</div>

Details + summary

How do I create an account?
Click the "Sign Up" button in the top right corner and follow the registration process.
<details class="collapse bg-base-100 border-base-300 border">
  <summary class="collapse-title font-semibold">How do I create an account?</summary>
  <div class="collapse-content text-sm">
    Click the "Sign Up" button in the top right corner and follow the registration process.
  </div>
</details>