text
Description
Optional. Adds a text for a buttonUsage
text?: string;
Example
<template>
<Button type="primary" text="Click"/>
</template>
Related article: Setting text for a button
text?: string;
<template>
<Button type="primary" text="Click"/>
</template>
Related article: Setting text for a button