@toktokhan-dev/react-web
TypeScript icon, indicating that this package has built-in type declarations

0.0.22 • Public • Published

@toktokhan-dev/react-web

React Web 환경에서 전역적으로 사용할 수 있는 유틸리티 라이브러리입니다. 자세한 내용 및 제공하는 유틸리티 목록은 Tokdocs 공식 문서에서 확인 할 수 있습니다.

Installation

npm i @toktokhan-dev/react-web

Preview

import { UploadTrigger } from '@toktokhan-dev/react-web'

const ExampleComponent = () => {
  return (
    <UploadTrigger
      by="onClick"
      onChange={(e) => console.log(e.target.files?.[0])}
    >
      <button>Upload</button>
    </UploadTrigger>
  )
}

Package Sidebar

Install

npm i @toktokhan-dev/react-web

Weekly Downloads

166

Version

0.0.22

License

ISC

Unpacked Size

242 kB

Total Files

6

Last publish

Collaborators

  • toktokhan_dev
  • lde1020
  • _sunghye