Skip to content

How to get this working in React? #24

Open
@SaadBazaz

Description

@SaadBazaz

Hey,
I followed the installation instructions, and tried the following code:


import '@github/file-attachment-element'

const myApp = () => {
  return (
      <file-attachment directory>
          <input type="file" multiple />
      </file-attachment>
  )
}

export default myApp;

It shows the browser's default file input:
Screenshot 2022-11-24 at 10 31 45 PM

How do I get this to work with React?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions