0.0.5 • Published 1 year ago

s2w-ui v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

s2w-ui

UI library based on native JavaScript

Install

npm install s2w-ui -S 

On demand import

import { 
  $loading
  $radio 
} from 's2w-ui' 
// or 
const { 
  $loading
  $radio 
} = require('s2w-ui') 

// ui
import 's2w-ui/style/loading.css'
import 's2w-ui/style/radio.css' 

// use 
$loading()
$radio() 

Complete introduction

import s2wUI from 's2w-ui' 
// or 
const s2wUI = require('s2w-ui') 

// ui
import 's2w-ui/style/index.css' 

// use 
s2wUI.$XXX() 

CDN

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/s2w-ui@0.0.5/dist/style/index.css"> 
<script src="https://cdn.jsdelivr.net/npm/s2w-ui@0.0.5/dist/script/index.js"></script> 
s2wUI.$XXX() 
// or 
s2w.$XXX() 
0.0.5

1 year ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago