-
React notistacktReact,JS,TS 2020. 12. 27. 23:34
www.npmjs.com/package/notistack
notistack
Highly customizable notification snackbars (toasts) that can be stacked on top of each other
www.npmjs.com
$ npm install @material-ui/core
$ npm install notistack
app.js <SnackbarProvider/> 로 App.js를 감싸줘야함
maxSnack={3} 최대알람
anchorOrigin={{
vertical="top",
horizontal="center",
}} //알람위치의 속성ex)
import hook 회원가입이 된 경우 variant:"success" 알람 else "error" 에러
'React,JS,TS' 카테고리의 다른 글
React infinite scroll (0) 2021.01.02 Apollo client cache 값을 이용한 로그인처리 (0) 2020.12.28 Styled-Component props 값 전달 (0) 2020.08.04 Styled-Component / Styled-reset (0) 2020.08.04 Arrow function (0) 2020.08.03