1.0.2 • Published 8 months ago

@midas-ds/toast v1.0.2

Weekly downloads
-
License
-
Repository
github
Last release
8 months ago

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>
1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago

0.5.2

9 months ago

0.5.1

9 months ago

0.5.0

9 months ago

0.4.0

10 months ago