# elements-sk **Repository Path**: mirrors_google/elements-sk ## Basic Information - **Project Name**: elements-sk - **Description**: A collection of v1 custom elements. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **THIS REPOSITORY IS ARCHIVED**. Code moved to the Skia Infrastructure repository [here](https://skia.googlesource.com/buildbot/+/28404b632bd4830fe00185f5db86cfad4cc63abb/elements-sk) (see [CL](https://skia-review.googlesource.com/c/buildbot/+/652357)). elements-sk =========== ![](https://github.com/google/elements-sk/workflows/jstest/badge.svg) A collection of v1 custom elements. See [A la carte Web Development](https://bitworking.org/news/2018/03/a-la-carte-web-development) for more background on pulito and how it fits into "A la carte" web development. Installation ------------ If loaded via npm then importing will just work, i.e.: $ npm i elements-sk Then from within your code: import 'elements-sk/checkbox-sk' See `pages/index.js` as an example. Documentation ------------- [jsdoc.skia.org](https://jsdoc.skia.org/) contains the [jsdoc](http://usejsdoc.org/) generated documentation for all of the code. It also hosts a [demo page](https://jsdoc.skia.org/elements-sk/) of many of the elements, and a [catalog](https://jsdoc.skia.org/elements-sk/icon-sk.html) of all the [Material Design icons](https://github.com/google/material-design-icons) included. Browser Support --------------- This library only uses the v1 Custom Elements spce with no Shadow DOM, so the only polyfill needed is: https://github.com/webcomponents/custom-elements See `pages/index.html` for an example on how to conditionally include the polyfill. Disclaimer ---------- This is not an officially supported Google product.