theme-ui-modal

1.0.1 • Public • Published

Theme UI Modal

Theme UI Modal

Install

yarn add theme-ui-modal

Usage

import { Modal }  from 'theme-ui-modal'
...
<Modal variant='small' shown={!!newMatch} onCancel={() => navigate(`/books${window.location.search}`)}>
  {({ onRequestClose }) => <New onRequestClose={onRequestClose} onCreate={() => listRef.current.callRefetch()} />}
</Modal>

Readme

Keywords

Package Sidebar

Install

npm i theme-ui-modal

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

19.5 kB

Total Files

6

Last publish

Collaborators

  • alobato