axetroy / x-shadow

A series of Web Component implementations base on Shadow DOM

Home Page:https://axetroy.github.io/x-shadow/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A series of shadow-dom implementations

This series of components are implemented using Web Component, which means that it does not limit which framework you use, whether it is React or Vue.

These components only include implementation logic, it does not include beautification styles.

Online Demo

Including components:

  • x-now: 当前时间
  • x-count-down: 倒计时
  • x-marquee: 滚动文字
  • x-progress: 进度条
  • x-loading: 加载中
  • x-lazy-image: 图片懒加载
  • x-drawing-board: 画版

About

A series of Web Component implementations base on Shadow DOM

https://axetroy.github.io/x-shadow/


Languages

Language:TypeScript 95.1%Language:JavaScript 4.9%