2.4.3 • Published 2 years ago

@maps-ui/react v2.4.3

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

To install:

npm install @maps-ui/react

To use the components:

import { Button, Box, Tooltip, TooltipProvider } from '@maps-ui/react'

export const MyPage = () => {
  return (
    <TooltipProvider>
      <Box as="section" css={{ padding: '10px' }}>
        <Tooltip content="Send Content">
          <Button variant="secondary">Send</Button>
        </Tooltip>
      </Box>
    </TooltipProvider>
  )
}

Result:


To access the complete documentation and see how to use and customize each component, click here.


These are currently the components available for use: