1.2.9 • Published 2 years ago

@darshanpatel2608/human-body-react v1.2.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@darshanpatel2608/human-body-react

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

Body Preview

Props

Parts Params

Body Parts

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>
  )
}
1.2.9

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago