1.0.3 • Published 7 years ago

personal-box v1.0.3

Weekly downloads
13
License
MIT
Repository
github
Last release
7 years ago

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