1.0.5 • Published 12 months ago

@midas-ds/toast v1.0.5

Weekly downloads
-
License
-
Repository
github
Last release
12 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.5

12 months ago

1.0.4

12 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago