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
- Copy the component’s HTML markup into your page.
- Copy the associated
<style>
block into your global CSS (or a<style>
tag). - (Optional) Copy the
<script>
block if your component needs JS interactivity.