0.1.2 • Published 1 year ago

@roxavn/module-upload v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

module-upload

Test page

import { ApiFileInput, ApiImageUploader } from '../components';

export default function () {
  return (
    <div>
      <div>
        <ApiFileInput />
      </div>
      <div>
        <ApiImageUploader />
      </div>
    </div>
  );
}

Release

npx standard-version
0.1.2

1 year ago

1.0.0

1 year ago

0.1.0

2 years ago