Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

[FEATURE] Is it possible to render standard formiojs components aside material components? #1

Closed
JoeyHengst opened this issue Sep 19, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@JoeyHengst
Copy link

JoeyHengst commented Sep 19, 2019

Is it possible to render standard formiojs components aside the custom "material components"?

So for example for the TextField instead of using the angular material component I would just like to use:

// import { TextFieldComponent } from './textfield/textfield.component';
import TextFieldComponent from 'formiojs/components/textfield/TextField';
@JoeyHengst JoeyHengst added the bug Something isn't working label Sep 19, 2019
@travist
Copy link
Member

travist commented Sep 19, 2019

In this case, you don't need to use the angular-material-formio library. Just use angular-formio.

@travist travist closed this as completed Sep 19, 2019
@JoeyHengst
Copy link
Author

Ah sorry I need to clarify some more.

We want to use the same structure you did in this package but instead of using angular material we want to use our own design system.

So using the same structure in this package but without material is it possible to use the standard components from formio?

The reason I am asking this is because if formio releases a new standard component we would like to use that component instead of making a "custom component" to use our design.

Is this possible? Thank you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants