Pulse is a professional design system for web development. It supports pure HTML and CSS components.
Pulse UI will support:
HTML
CSS
Vue
Pulse UI is still under development. A better CDN option will be available for Pulse UI in the future.
Fork the Repository and extract the pulse.css
file for personal use.
Pulse UI is available through a JSDelivr CDN that connects to the github pages deployment.
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/pulseui/pulseui.github.io/pulse.css"/>
It is better to place the CDN link after your website's stylesheets.
Pulse works well with Alpine if you are making static websites. The Pulse UI website uses material icons and Alpine to elevate UX.
Pulse UI components are inspired by Material but are much more lightweight and friendly to use. Pulse uses fewer nested elements to improve developer experience and deliver simple components. Ripple effects work smoothly and can be integrated seamlessly through a few lines of JavaScript. Pulse is also more customisable. The CSS can be replaced easily.
Pulse UI uses Ripplet to achieve the awesome ripple effect.