• Stars
    star
    122
  • Rank 292,031 (Top 6 %)
  • Language Vue
  • Created over 7 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Rich flashcard component for vue js 2 🎉

Vue Flashcard

Image flashcard

  • This is on GitHub so let me know if I've b0rked it somewhere, give me a star if you like it

Install 👌

npm i vue-flashcard

Usage 🎓

  • Add it to your component 🎉

Usage image

import vueFlashcard from 'vue-flashcard';

export default {

components : { vueFlashcard }

}

Example 🍀

<vue-flashcard 
front="hello this is a flashcard" 
back="with animation">
</vue-flashcard>

📖 Props:

  • front ( Front text) [default: ""]

  • back (Back text) [default: ""]

  • imgFront (Image front ) [default: ""]

  • imgBack (Image back) [default: ""]

  • colorFront (Color front card ) [default: "white"]

  • colorBack (Color back card ) [default: "green"]

  • colorTextFront (Color text front card ) [default: "black"]

  • colorTextBack (Color text back card ) [default: "white"]

  • textSizeFront (Text size front card ) [default: "2em"]

  • textSizeBack (Text size back card ) [default: "2em"]

  • headerFront (Header front text ) [default: "Do you know?"]

  • headerBack (Header back text ) [default: "Answer"]

  • footerFront (Footer front text) [default: "Click to show Back"]

  • footerBack (Footer back text ) [default: "Click to show Front"]

Make with my old laptop :octocat:

NPM