Widgets for Developers
A collection of high-performance, accessible, and customizable web components designed for CoderPulse. Built with Lit.
Our widgets are designed to be lightweight, framework-agnostic, and easy to theme. Whether you're building a dashboard in Next.js or adding interactivity to a WordPress blog, CoderPulse Widgets provides the tools you need.
Installation
Choose the method that fits your project architecture.
# Install
npm install coderpulse-widgets
# Import in your main file
import 'coderpulse-widgets';
<!-- Include in <head> -->
<script src="https://unpkg.com/coderpulse-widgets/dist/coderpulse-widgets-embed.umd.js"></script>