Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
August 23, 2022 02:07 pm GMT

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

After that you are good to go.

import '@ui5/webcomponents/dist/Button.js'<ui5-button>Hello world!</ui5-button>

What do you prefer for SolidJS?


Original Link: https://dev.to/decker67/ui5-web-components-solidjs-1mpb

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To