BlueprintUI

Accelerate your development with flexible UI components and tools that work everywhere.

Start BuildingComponents
$ npm install @blueprintui/components

Why Choose BlueprintUI?

Stability

Built on Web Components for a robust and reliable user interface.

Compatibility

Seamless integration across all modern browsers and frameworks.

Performance

Optimized for fast load times and smooth user experiences.

hello there!
code
<link rel="stylesheet" href="https://unpkg.com/@blueprintui/themes/index.min.css">
<script type="module" src="https://cdn.jsdelivr.net/npm/@blueprintui/components/include/alert.js/+esm"></script>

<bp-alert status="success">hello there!</bp-alert>
Start Building