This is a reusable, robust UI component library for any Front-End applications for Web, Mobile, and Desktop Standalone.
npm install feliz-ui
Then import the css styles at the top of your entry file(s).
import 'feliz-ui/style.css'
Call the components in your files:
import { xCard } from 'feliz-ui';