@holisticon/hap-foundation
v2.0.0
Published
Foundational tokens for the atomic-playfulness design system.
Keywords
Readme
Atomic Playfulness defines the brand design for Holisticon AG. This design system "Holisticon Atomic Playfulness" (HAP) makes the brand design accessible to web applications. It is intended to be used by applications that are built by and for Holisticon.
Installation
You can install the foundation package for Atomic Playfulness with this shell command:
npm i @holisticon/hap-foundationGetting Started
The hap-foundation package exposes a set of CSS classes that you can use to style our application. Available classes and their usage is documented in our Storybook.
Available CSS Entry Points
@holisticon/hap-foundation/atomic-playfulness.cssimports the full Atomic Playfulness base, component, and layout styles.@holisticon/hap-foundation/tokens.cssimports only the generated CSS custom properties, which is useful for Tailwind integrations that only need the design tokens.
Use the tokens-only entry point when you just need the CSS variables:
@import "@holisticon/hap-foundation/tokens.css";Use the full stylesheet when you also want the bundled component and layout styles:
@import "@holisticon/hap-foundation/atomic-playfulness.css";License
Atomic Playfulness is created for Holisticon AG and only intended to be used by Holisticon and its projects.
