notpritam_scaler_package
v0.0.6
Published
A customizable and easy-to-use flashcard component for React applications. Use this component to create interactive flashcards for learning and quizzes.
Downloads
9
Readme
notpritam_scaler_package
A customizable and easy-to-use flashcard component for React applications. Use this component to create interactive flashcards for learning and quizzes.
Features
- Customizable: Style the flashcards to match your app's design.
- Interactive: Flip cards to reveal answers.
- Keyboard Navigation: Navigate through flashcards using keyboard keys.
- Responsive: Works well on both desktop and mobile devices.
Installation
Install the package via npm:
npm install notpritam_scaler_package
Import Components
import {Flashcard, Example} from "notpritam_scaler_package"
Also Import the CSS Files as Well based on your route
import "../node_modules/notpritam_scaler_package/dist/index.css";