ss-flippable-cards
v1.0.4
Published
A utility component that allows for the easy creation of flippable cards. These can be use in portfolios or any other project where an interactive card would be beneficial.
Downloads
15
Maintainers
Readme
Card Item Props style is used for inline styling of the card (object) (*optional) card_front_url is used to give the front facing image URL of the card (string) card_front_alt is used to give the front facing image alt of the card (string) (*optional) card_back_url is used to give the rear facing image URL of the card (string) try_button is used to allow the use of the top button on the rear of the card (boolean) (*optional) try_it_link is used to give a link for the top button on the rear of the card (string) try_text is used to give the top button a different text other than "Try" if you wanted to use the button for something else (string) (*optional) repo_link is used to give the bottom button a link that is on the back of the card (string) repo_text is used to give the bottom button a different text other than "Repo" (string) (*optional)