personal-box
v1.0.3
Published
This is a personal box.
Downloads
3
Readme
Personal Box package
Simple box
This is a simple box with default image.
<PersonalBox name="Dávid Csejtei" address="Budapest, Hungary" website="davidcsejtei.com" />
A personal box with your image
import userImage from '../img/user.png' //this is an image in your project
<PersonalBox name="Dávid Csejtei" address="Budapest, Hungary" website="davidcsejtei.com" image={userImage} />