0.1.6 • Published 5 years ago

@yosgo/image-uploader v0.1.6

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

YOSGO image uploader

Image upload module with react, imgur, typescript.

Features

  • simple config and basic style
  • Output images with array
  • able to change image url order / delete

Get start

Install

styled-components is peerDependencies. If you don't install styled-components yarn add styled-components first.

yarn add @yosgo/image-uploader

props

propsrequiredtypedescription
imgurClientIdyesstring至此申請 imgur app 並取得 imgurClientId
urlsyesArray陣列,陣列值為圖片網址字串
onChangeyesFunction更新 urls 陣列
descriptionnostring上傳描述
hintnostring相關提示
btnTextnostring上傳按鈕文字
multiplenoboolean是否一次上傳多張,預設為單張

Example

View example on CodeSandBox