Skip to content

purescript-react/purescript-lumi-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

918c8e5 · Jun 8, 2021
Jun 3, 2021
Jun 8, 2021
Apr 15, 2019
Jan 4, 2020
Apr 15, 2019
Apr 15, 2019
Apr 15, 2019
Jul 6, 2020
Apr 15, 2019
Apr 15, 2019
Apr 15, 2019
Jun 5, 2019
Apr 15, 2019
Apr 6, 2021
Jul 16, 2020
Jul 6, 2020
Jul 6, 2020

Repository files navigation

purescript-lumi-components Build Status

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.

Tagging a new release

pulp version 0.x.y
pulp publish
npm run deploy

Don't use npm version!

Contributing

See CONTRIBUTING.md for more info.

Packages

No packages published

Contributors 13