Skip to content

axk42-op/ColorSnap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm version npm downloads License GitHub stars

ColorSnap UI

Beautiful React components with instant themes, built-in animations, and a CDN embed system.

Install

npm install colorsnap-ui

CDN (no build step)

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/colorsnap-ui/dist/cdn/colorsnap.css">
<script src="https://cdn.jsdelivr.net/npm/colorsnap-ui/dist/cdn/colorsnap.umd.js"></script>

<button class="cs-button">Hello ColorSnap</button>
<script>
  ColorSnap.setTheme('midnight');
  ColorSnap.toast({ title: 'Ready!', variant: 'success' });
</script>

CLI

npx colorsnap-ui init
npx colorsnap-ui add button
npx colorsnap-ui theme cyberpunk

Links

License

ColorSnap Source Available License (CSAL) v1.0 — see LICENSE file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors