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.

26 lines
560 B

# Tiny Accordion
Created with [Riot.js](https://riot.js.org)
## Install
```bash
npm install @tentakelfabrik/tiny-accordion --save
```
## How to use
```javascript
<tiny-accordion>
<div title="first">
<p>
Poke you probably haven't heard of them schlitz kale chips, semiotics vice DIY blue bottle bitters.
</p>
</div>
<div title="second">
<p>
Pork belly freegan seitan skateboard art party la croix locavore flexitarian small batch taxidermy chillwave.
</p>
</div>
</tiny-accordion>
```