npm.io
0.4.6 • Published 6 years ago

@leeruniek/webclient-ui

Licence
BSD-3-Clause
Version
0.4.6
Deps
14
Size
2.7 MB
Vulns
15
Weekly
0

webclient-ui

Pure UI components

Coverage Status


Docs

Check our storybook to see components that we use.

Install

npm i eslint @leeruniek/webclient-ui --save-dev

Use

import { LUCheckbox } from "@leeruniek/webclient-ui"

render() {
  return <LUCheckbox label="UI component from separate repo"/>
}

Develop

git clone git@github.com:leeruniek/webclient-ui.git && \
  cd webclient-ui && \
  npm run setup

# run tests (any `*.test.js`) once
npm test

# watch `src` folder for changes and run test automatically
npm run tdd

Changelog

History of all changes in CHANGELOG.md

[0.4.1] - 29 November 2019

Improvements
  • Allow LURadioGroups to be laid out horizontally