gls-cpn
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

GLS Components

介绍

基于stencil编译器构建的Web设计系统

使用

  1. CDN
<script
  type="module"
  src="https://unpkg.com/gls-cpn/dist/gls-cpn/gls-cpn.esm.js"
></script>
<link
  rel="stylesheet"
  type="text/css"
  href="https://unpkg.com/gls-cpn/dist/gls-cpn/gls-cpn.css"
/>
  1. NPM
npm i gls-cpn

以使用gls-button为例

import {defineCustomElement as defineButton} from "gls-cpn/dist/components/gls-button"
defineButton()

贡献

  • none

Readme

Keywords

none

Package Sidebar

Install

npm i gls-cpn

Weekly Downloads

4

Version

0.2.0

License

MIT

Unpacked Size

613 kB

Total Files

164

Last publish

Collaborators

  • nosmilen