Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simple html without cdk or material library #142

Open
mohd7469 opened this issue Feb 27, 2022 · 6 comments
Open

simple html without cdk or material library #142

mohd7469 opened this issue Feb 27, 2022 · 6 comments

Comments

@mohd7469
Copy link

can we neglect cdk or material library to not to include them in project because we want to use only simple html elements and css or bootstrap library (if possible) without using material framework how can we achieve this?

@mohd7469
Copy link
Author

@aeberhart we do not have requirement of adding material library how can we do this with pure html css or with or without bootstrap framework

@aeberhart
Copy link
Contributor

Unfortunately, the material components (cdk) cannot be replaced easily (as you can see with all the mat-* tag here https://github.com/dashjoin/json-schema-form/blob/master/projects/dashjoin/json-schema-form/src/lib/json-schema-form.component.html).
Would the material theming work for you?
https://material.angular.io/guide/theming

@mohd7469
Copy link
Author

mohd7469 commented Mar 2, 2022

@aeberhart no we need either plain html/css or just bootstrap framework but no material

@aeberhart
Copy link
Contributor

should be possible and fairly straightforward to use something like this
https://ng-bootstrap.github.io/#/components/datepicker/examples

@mohd7469
Copy link
Author

mohd7469 commented Mar 3, 2022

@aeberhart well its just a datepicker but we are looking for a way to use your json schema editor somehow in our application without using material framework so this is the goal

@aeberhart
Copy link
Contributor

Seems like the lib above has all the necessary components. The datepicker is just one example of course.
It's unlikely we'll assign a high priority to this issue. So unless you're willing to pitch in, you might have to wait a while for this to be done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants