Buttons (without visible edges)
Documentation and examples in using the flat text buttons with PCUI
Include in your HTML
Copied successfully!
<link href="~/PCUIAssets/PCUI/Elements/FlatTextButtons/css/FlatTextButtons.min.css" rel="stylesheet" />
Dark theme
Copied successfully!
<div class="pcui">
<button id="flat-text-button-dark" class="ui button flat-text-button dark">ENABLED BUTTON</button>
<button id="flat-text-button-dark-disabled" class="ui button flat-text-button dark disabled">DISABLED BUTTON</button>
</div>
Light theme
Copied successfully!
<div class="pcui">
<button id="flat-text-button-light" class="ui button flat-text-button light">ENABLED BUTTON</button>
<button id="flat-text-button-light-disabled" class="ui button flat-text-button light disabled">DISABLED BUTTON</button>
</div>