1.0.5 • Published 2 years ago

accordion-simple-vanilla v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Accordion vanilla js

Installation

npm install --accordion-simple-vanilla

Get started

  <div class="news-block__list">
    <ul class="news-block__title">
        <li class="news-block__item"></li>
        <li class="news-block__item"></li>
        <li class="news-block__item"></li>
    </ul>
  </div>

Usage

Include the following two files in your project:

<link rel="stylesheet" href="./accordion.css">
<script src="./accordion.js"></script>

Note

This style sheet only includes the properties needed for the accordion to work. Creating an attractive appearance using colors and fonts is left to the discretion of the developer. Check out the source of the included demos for some ideas.

License

MIT

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago