1.0.0 • Published 5 years ago

own-package-with-storybook2 v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 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} />