Here you should have everything you need to complete the test
- Fork the repository
- Clone and install your forked repo
- Compelte the test and commit your changes
- Send me the link to the forked repo and give me access to see it (archiekd (https://github.com/archiekd))
- Create a popover component
- It should look the same as the following popover
- You may not use antd to build this component or any other library
- It shoudl take the following props at a minimum
- trigger
- title
- content
- placement
- It should be able to take at least two position left and right
- It should be able to be triggered by hover or click
- It does not require to have animations
- You must use styled components
- Any components you need you must build