Closed Lelelo1 closed 5 years ago
Can't use core themes on components:
<$TextField hint={"test"} className={"input input-border input-rounded"} onLoaded={(event) => { const textField = event.object as TextField; textField.className = "input input-border input-rounded"; }} />
Some notes on CSS handling by Martin Yankov:
Martin: Both Angular and Vue have their own ways of declaring scoped css. Angular has the styles property on components and vue has the
Can't use core themes on components: