1.0.9 • Published 11 months ago

chakra-components v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

Chakra Components

React components and hooks over ChakraUI

Live Demo

Confirmation Modal

import { useConfirmationModal } from 'chakra-components/confirmation'

const { ConfirmationModal, confirm, confirmationProps } = useConfirmationModal()

const result = await confirm()

<ConfirmationModal {...confirmationProps}
    title='Confirmation'
    body='Are you sure?'
/>
1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

1 year ago

1.0.2

1 year ago

1.0.0

1 year ago

0.0.0-0

2 years ago

1.0.3

1 year ago

0.0.0

2 years ago