colorsnap-ui
v1.0.0
Published
Beautiful React components with instant themes, built-in animations, and a CDN embed system.
Maintainers
Readme
ColorSnap UI
Beautiful React components with instant themes, built-in animations, and a CDN embed system.
Install
npm install colorsnap-uiCDN (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 cyberpunkLinks
License
ColorSnap Source Available License (CSAL) v1.0 — see LICENSE file.
