@midas-ds/toast
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Toast

npm i @midas-ds/toast
import { Toast } from '@midas-ds/toast'
import { Button } from '@midas-ds/button'
;

<GlobalToastRegion />
<Button
onPress={() =>
    toastQueue.add({ type: 'success', message: 'Allt funkar som det ska!' }, {
    timeout: 2000,
    })
}
>
    Tryck här för en notifiering
</Button>

Readme

Keywords

none

Package Sidebar

Install

npm i @midas-ds/toast

Weekly Downloads

105

Version

1.0.2

License

none

Unpacked Size

158 kB

Total Files

10

Last publish

Collaborators

  • wilhelmconsid