0

I have a vanilla Javascript app. I can't really turn it into an angular app. However I would like to apply angular material CSS within it.

1
  • You can create Angular-Element web-component and then you can use it in your every JavaScript world. In this approach your material design is already in form of JavaScript so that you can reuse it everywhere. Commented Feb 21, 2020 at 4:59

2 Answers 2

2

IMHO your best pick would be the official Material Design Components library made by Google themselves which implement the same specs and is made for pure JavaScript.

Components - https://material-components.github.io/material-components-web-catalog/

Getting Started - https://material.io/develop/web/docs/getting-started/

Sign up to request clarification or add additional context in comments.

Comments

1

Material Design Lite allows you to use the appearance of Material Design without having to depend on the particular implementation for any framework.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.