0.1.17 • Published 2 months ago

dara-toast v0.1.17

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Toast

Simple toast message

License: MIT npm version npm minzipped size

Browser Support

ChromeFirefoxSafariOperaEdge
Latest ✔Latest ✔Latest ✔Latest ✔Latest ✔

build

npm run build

사용방법

new Toast({ items: [{ text: '한글임 <br/>asdfwef' }],  style: 'success', duration: 3, position: { vertical: 'top', horizontal: 'left' } })
new Toast({ items: ['awseawefawefawefaweff <br/>asdfwef', '한글임한글임한글임ㄴㄴㄴㄴ'], style: 'primary', duration: 10, position: { vertical: 'top', horizontal: 'center' } })
var toastObj = new Toast({ items: ['awseawefawefawefaweff <br/>asdfwef', 'test'], keepInstance: true, style: 'secondary', duration: 3, position: { vertical: 'top', horizontal: 'right' } })

new Toast({ items: ['awseawefawefawefaweff <br/>asdfwef', 'test'], style: 'warning', duration: 10, position: { vertical: 'middle', horizontal: 'left' } })
new Toast({ items: [{ text: 'awseawefawefawefaweff <br/>asdfwef'}, 'test'], style: 'success', duration: 5, position: { vertical: 'middle', horizontal: 'center' } })
new Toast({ items: ['awseawefawefawefaweff <br/>asdfwef', 'test'], style: 'info', duration: 10, position: { vertical: 'middle', horizontal: 'right' } })

new Toast({ items: ['awseawefawefawefaweff <br/>asdfwef', 'test'], style: 'danger', duration: 10, position: { vertical: 'bottom', horizontal: 'left' } })
new Toast({ items: ['awseawefawefawefaweff <br/>asdfwef', 'test'], style: 'success', duration: 10, position: { vertical: 'bottom', horizontal: 'center' } })
new Toast({ items: [{ text: 'awseawefawefawefaweff <br/>asdfwef', title: 'title', duration:3 }, '한글임한글임한글'], style: 'success', duration: 5000, position: { vertical: 'bottom', horizontal: 'right' } })

toast 옵션

key설명기본값옵션값
duration유지 시간(단위 초)3
width넓이''
position위치vertical: 'top' horizontal: 'right'top, middle, bottom left, center, right
enableCloseButton닫기 버튼 활성화여부true
style백그라운드 스타일'success''primary', 'secondary' , 'info' , 'success' , 'warning' , 'danger'
textColor글자 색'#000000'
enableProgress프로그래스 바 사용여부true
keepInstanceshow 가 끝나도 toast 객체를 유지 toast 객체 하나 생성해서 계속 사용할 경우 사용false

toast item 옵션

key설명기본값옵션값
title제목''
enableCloseButton닫기 버튼 활성화여부true
style백그라운드 스타일'success''primary', 'secondary' , 'info' , 'success' , 'warning' , 'danger'
textColor글자 색'#000000'
enableProgress프로그래스 바 사용여부true
0.1.17

2 months ago

0.1.16

2 months ago

0.1.10

8 months ago

0.1.11

7 months ago

0.1.12

7 months ago

0.1.13

7 months ago

0.1.14

7 months ago

0.1.15

7 months ago

0.1.9

10 months ago

0.1.0

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.8

11 months ago

0.0.9

11 months ago

0.1.7

11 months ago

0.0.8

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.6

11 months ago

0.0.7

11 months ago

0.1.5

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago