Components
Preview the exact HTML and CSS styles used by the Blade components. They are built to be effortlessly customizable while remaining 100% faithful to the source material.
Button
<x-craftui-button variant="primary">Primary</x-craftui-button>
Input
<x-craftui-input label="Server IP" placeholder="mc.hypixel.net" />
Icons (Authentic SVGs)
<x-craftui-icon name="sword" size="xl" />
Dropdown
<x-craftui-dropdown label="Extreme Hills">
Tooltip
Alert (Advancement)
Advancement Made!
Cover Me With Diamonds
<x-craftui-alert type="success" icon="diamond">Cover Me With Diamonds</x-craftui-alert>
Card (Inventory Container)
Player Inventory
<x-craftui-card title="Player Inventory">
<!-- Slot Components... -->
</x-craftui-card>
Progress (XP Bar)
23
<x-craftui-progress value="70" level="23" />