Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
142556 | Feb 10,2019 12:31 AM UTC | Feb 11,2019 07:21 AM UTC | JavaScript - EJ 2 | 1 |
![]() |
Tags: General |
<template>
<div style="margin: 50px;">
<button id="normalbtn">Normal</button>
</div>
</template>
import { Button } from '@syncfusion/ej2-buttons';
export class Syncfusion {
constructor(){
}
attached(){
let button = new Button();
button.appendTo('#normalbtn');
}
}
import '@syncfusion/ej2-buttons/styles/material.css'
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.