Button overview
Imports
Use the wrapper when you want the button shell and state attributes without owning the CSS baseline yourself.
Wrapper imports
ts
import { TngButtonComponent } from '@tailng-ui/components';
import { TngIcon } from '@tailng-ui/icons';
Minimal wrapper usage
html
<tng-button
tone="primary"
appearance="solid"
type="button"
(click)="submit()"
>
Save changes
</tng-button>
Style variants
The wrapper keeps its own minimum shell while you customize layout, icon content, and surrounding composition.
Wrapper button (Plain CSS)
Wrapper button (Tailwind CSS)
clicked: 0