Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
AI-Enhanced UI Tools
CMS
Free Tools
Support
Resources
Free Assets and Tools
Design and Productivity Tools
Hi,
is there a way to align the content of a Button? The content seems to be always horizontally centered but I need it to be left/start aligned.
Best regard,Thomas
Hi, Thomas,
You can control the content alignment of the button by configuring the `justifyContent` style of the component:
<Button themeColor={'primary'} style={{ width: 200, justifyContent: 'left' }} >
I have prepared a sample implementing the suggested approach, you can test it here:
https://stackblitz.com/edit/react-bmsefd?file=app%2Fmain.jsx
Regards, Vessy Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Hi Vessy,
thank your very much. Works perfect.
Best regards,Thomas