Develop/Web
2019. 12. 22.
Image Styling with Web Components - 웹 컴포넌트를 사용한 이미지 스타일링
코드랩 세미나를 준비하기 위해 한글로 정리한 자료 입니다. https://codelabs.developers.google.com/codelabs/image-styling-web-components/#0 Image Styling with Web Components Your Second Custom Element Let's now create a second custom element, codelab-effects. This element will render our image and possibly apply interesting visual effects to it. To start with, this is pretty much the same as the last element—with one extr..