ps-components
v0.2.5
Published
Library of re-usable components for Professional Services projects
Downloads
20
Readme
PS Components
A collection of common patterns used across many Professional Services projects.
The aim of this library is to provide a toolbelt of components, that will allow us to compose sites together more quickly and consistently.
Style Guide
We are building this with a living style guide to showcase how to use the various components, using React Styleguidist.
The styleguide will be publicly available at https://everydayhero.github.io/ps-components
While developing, it is useful to serve the styleguide using yarn start
, which will hot reload changes as you develop.
Theming and Flexibility
One of the main challenges is providing the required flexibility.
The TraitsProvider
component allows us to set our own themes and defaults.
We can manage the look of most components via various props, and even have custom styles injected into them via the styles
prop.
Development
Scripts
yarn
to install dependenciesyarn start
to generate and serve style guideyarn test
to run tests (linting and unit tests)yarn run test:lint
to run lintingyarn run test:unit
to run unit testsyarn run build
to build for productionyarn run build:styleguide
to build the styleguide
Tests
We are aiming to build from the ground up with tests where appropriate, using Mocha, Chai and Enzyme.
To execute the tests, simply run yarn test
.
Proposed Name Change
There has been a proposed name change to constructicon
to keep with the Transformers theme.
Like taking small components and constructing bigger things with them, like this...