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.

25 lines
560 B

3 years ago
3 years ago
3 years ago
  1. # Tiny Accordion
  2. Created with [Riot.js](https://riot.js.org)
  3. ## Install
  4. ```bash
  5. npm install @tentakelfabrik/tiny-accordion --save
  6. ```
  7. ## How to use
  8. ```javascript
  9. <tiny-accordion>
  10. <div title="first">
  11. <p>
  12. Poke you probably haven't heard of them schlitz kale chips, semiotics vice DIY blue bottle bitters.
  13. </p>
  14. </div>
  15. <div title="second">
  16. <p>
  17. Pork belly freegan seitan skateboard art party la croix locavore flexitarian small batch taxidermy chillwave.
  18. </p>
  19. </div>
  20. </tiny-accordion>
  21. ```