JSPM

@pluralsight/headless-styles

0.3.1-rc-569991
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 64
  • Score
    100M100P100Q139427F
  • License Apache 2.0

Headless styles for Pluralsight.

Package Exports

  • @pluralsight/headless-styles
  • @pluralsight/headless-styles/styles
  • @pluralsight/headless-styles/types

Readme

Headless Styles

A utility library that delivers styles and a11y properties for all Pluralsight Web UI Kit Components.

Contribution

This project uses Yarn berry workspaces with Jest for unit testing. Since this is a platform agnostic framework we use a Pluralsight Codesandbox account for development. This allows us to test multiple frameworks at once without having to manage and install different packages/setups (i.e. React, MUI, styled-components, etc.) while also creating examples to use in our docs website.

Install

This project uses Yarn 3 with PnP so there is no setup commands needed. Just clone the repo and start working. 🎉

Testing

To run your unit tests, make sure you are in the project root directory not this workspace - and run:

yarn test