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.
 
 
 
Björn ca585d5149
adding
3 years ago
demo adding 3 years ago
src adding 3 years ago
.gitignore Initial commit 3 years ago
LICENSE Initial commit 3 years ago
README.md adding 3 years ago
mix-manifest.json adding 3 years ago
package-lock.json adding 3 years ago
package.json adding 3 years ago
webpack.mix.js adding 3 years ago

README.md

Tiny Accordion

Created with Riot.js

Install

npm install @tentakelfabrik/tiny-accordion --save

How to use

<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>