Library of our UI components
The purescript-lumi-components is a component library designed to meet Lumi’s specific UI and UX requirements. The available components can be found in the src/components directory. The library focuses on providing components tailored to Lumi’s needs.
To install the purescript-lumi-components theme, follow these steps:
npm install command to install the necessary dependencies.attachGlobalComponentStyles effect in Lumi.Components.Styles during application initialization.npm run build for local development to generate production builds in the build/ directory.The purescript-lumi-components library provides a focused set of components tailored to Lumi’s UI and UX requirements. By injecting the CSS styles and using the provided effects, developers can easily integrate these components into their applications. Additionally, the library offers a straightforward installation process for local development and production builds.