import { TkxButton, TkxCard } from 'tekivex-ui'; export function App() { return (

Welcome to {{APP_NAME}}

Built with tekivex-ui \u2014 production-grade React components, WCAG AAA, SecurityCore.

alert('Hello from tekivex-ui!')}> Try me
); }