Get SCSS code Get JS code

Accordion dark


With easy access to Broadband and DSL the number of people using the Internet has skyrocket in recent years.

With easy access to Broadband and DSL the number of people using the Internet has skyrocket in recent years.

With easy access to Broadband and DSL the number of people using the Internet has skyrocket in recent years.




<div class="accordion accordion--dark">

	<div class="acc-item">
		<button class="acc-btn">
			<div class="acc-title">Title
				<span class="acc-subtitle">Sub-title</span>
			</div>
			<div class="acc-icon">
				<div class="plus"></div><div class="minus"></div>
			</div>
		</button>

		<div class="acc-panel">
			<p>Panel content </p>
		</div>
	</div>

</div>

With easy access to Broadband and DSL the number of people using the Internet has skyrocket in recent years.

With easy access to Broadband and DSL the number of people using the Internet has skyrocket in recent years.

With easy access to Broadband and DSL the number of people using the Internet has skyrocket in recent years.




	<div class="accordion accordion--dark">

		<div class="acc-item">
			<button class="acc-btn">
				<div class="acc-title">Title
				</div>
				<div class="acc-icon">
					<div class="plus"></div><div class="minus"></div>
				</div>
			</button>

			<div class="acc-panel">
				<p>Panel content </p>
			</div>
		</div>

	</div>
	

Accordion light


With easy access to Broadband and DSL the number of people using the Internet has skyrocket in recent years.

With easy access to Broadband and DSL the number of people using the Internet has skyrocket in recent years.

With easy access to Broadband and DSL the number of people using the Internet has skyrocket in recent years.




	<div class="accordion">

		<div class="acc-item">
			<button class="acc-btn">
				<div class="acc-title">Title
					<span class="acc-subtitle">Sub-title</span>
				</div>
				<div class="acc-icon">
					<div class="plus"></div><div class="minus"></div>
				</div>
			</button>

			<div class="acc-panel">
				<p>Panel content </p>
			</div>
		</div>

	</div>
	

With easy access to Broadband and DSL the number of people using the Internet has skyrocket in recent years.

With easy access to Broadband and DSL the number of people using the Internet has skyrocket in recent years.

With easy access to Broadband and DSL the number of people using the Internet has skyrocket in recent years.




	<div class="accordion accordion--dark">

		<div class="acc-item">
			<button class="acc-btn">
				<div class="acc-title">Title
				</div>
				<div class="acc-icon">
					<div class="plus"></div><div class="minus"></div>
				</div>
			</button>

			<div class="acc-panel">
				<p>Panel content </p>
			</div>
		</div>

	</div>
	
← See all components