Overview:
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.
Features:
- Component Library: Offers a range of components designed for Lumi’s UI and UX needs.
- CSS Styling: Provides styles that can be injected into the page to enhance the components’ appearance.
- Easy Integration: Simple integration with an attachGlobalComponentStyles effect for initializing the application.
Installation:
To install the purescript-lumi-components theme, follow these steps:
- Run the
npm installcommand to install the necessary dependencies. - Inject the CSS styles into the page by using the
attachGlobalComponentStyleseffect in Lumi.Components.Styles during application initialization. - Run
npm run buildfor local development to generate production builds in the build/ directory.
Summary:
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.