Skip to content

Build one Human Body figure inyour web Page using React. Show the parts you want and click on them to select it.

License

Notifications You must be signed in to change notification settings

blackspider1994/reactjs-human-body

 
 

Repository files navigation

reactjs-human-body

Build one Human Body figure inyour web Page using React. Show the parts you want and click on them to select it.

Human figure example

How to use it

const exampleParams = {
  head: { selected: true },
  left_arm: { show: false }
}

export const App: VFC = () => {
  const [params, setParams] = useState<any>()
  return (<div>
      <BodyComponent partsInput={params} />
    )}
  </div>
  )
}

TODO

  • Individual Protection Equipment (helmet...)

Contribute:

To contribute check the Contribute.

Thanks to:

About

Build one Human Body figure inyour web Page using React. Show the parts you want and click on them to select it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.4%
  • JavaScript 29.2%
  • HTML 6.8%
  • CSS 1.6%