UI5 Web Components && SolidJS

decker67

decker

Posted on August 23, 2022

UI5 Web Components && SolidJS

If you are looking for a Component Framework useable with SolidJS maybe UI5 Web Components are the right choice for you.

They have instructions for Vue, React and Angular and hence SolidJS is not so far away from React, it also fits into the stack.

Simply start with Getting Started from SolidJS and add the webcomponents with

npm install @ui5/webcomponents --save
Enter fullscreen mode Exit fullscreen mode

After that you are good to go.

import '@ui5/webcomponents/dist/Button.js'

<ui5-button>Hello world!</ui5-button>
Enter fullscreen mode Exit fullscreen mode

What do you prefer for SolidJS?

💖 💪 🙅 🚩
decker67
decker

Posted on August 23, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

UI5 Web Components && SolidJS
ui5 UI5 Web Components && SolidJS

August 23, 2022