OpenProject is the leading open source project management software.
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.
openproject/app/assets/stylesheets/content/_collapsible_section.lsg

24 lines
449 B

# Collapsible section
```
<collapsible-section initially-expanded="true"
id="my-expanded-section"
section-title="My section title">
<div>
<p><strong>Initially expanded</strong></p>
</div>
</collapsible-section>
```
```
<collapsible-section id="my-closed-section"
section-title="My closed section title">
<div>
<p><strong>Initially closed</strong></p>
</div>
</collapsible-section>
```