Available in Horizon UI PRO
See our Tailwind CSS React Map and interact with it live here.
Map
For more info on the MapBox library you can read more on their documentation.
Preview
Code
import { Map, MapOverlay, MapContent, MapBody, } from "@chakra-ui/modal"; import { useDisclosure } from "@chakra-ui/hooks"; import CardHorizon from "../CardHorizon" const MapExample = () => { const { isOpen, onOpen, onClose } = useDisclosure(); return ( <Map/> ); }; export default MapExample;
kanban
pin input