Skip to content

Getting Started

BullUI is a pure HTML/CSS/JS component library. No CDN, no build tools — copy the snippets below into your page (or into your own files) and you’re ready to go.


🎯 Usage Overview

  1. Copy the component’s HTML markup into your page.
  2. Copy the associated <style> block into your global CSS (or a <style> tag).
  3. (Optional) Copy the <script> block if your component needs JS interactivity.