purescript-lumi-components

Library of our UI components


License
Apache-2.0
Install
bower install purescript-lumi-components

Documentation

purescript-lumi-components Build Status

lumihq.github.io/purescript-lumi-components

This is a component library focused on Lumi's specific UI and UX needs. Available components are found in src/components.

Goals and Roadmap

See ROADMAP.md for more info.

Installation

bower i -S purescript-lumi-components

To use the styles that come with these components the CSS needs to be injected into the page. The easiest way to do this is to run the attachGlobalComponentStyles effect available in Lumi.Components.Styles one time as your application initializes.

You will also need a few npm dependencies. These dependencies and their versions must be compatible with the ones listed here.

Local development

npm i; npx bower i; npx pulp build
npm start

You can run production builds (output minified, static files to build/) using npm run build.

Contributing

See CONTRIBUTING.md for more info.