Skip to content
Dmitrii Suroviagin edited this page Apr 30, 2026 · 2 revisions

Welcome to the wiki for chop-logic-components: a React component library built with TypeScript, Atomic Design, pure CSS (BEM + CSS variables), and Storybook.

Use this wiki for long-lived documentation that does not need to ship with the npm package—especially architecture and process decisions.

Architecture decision records (ADRs)

Design and tooling choices are recorded here as short ADRs (replace links after you create each page):

ADR Topic
ADR 0001 Pure CSS and BEM Styling approach and theming
ADR 0002 Vitest and Storybook testing Unit vs integration testing strategy

Add new ADRs with the next number and a stable slug (e.g. ADR-0003-…).

Repository links

Resource URL
README & overview Repository root
Contributing CONTRIBUTING.md
Changelog CHANGELOG.md
Storybook (published) GitHub Pages playground
NPM package chop-logic-components
Issues & PRs Issues · Pull requests

Editing this wiki

GitHub wikis support Markdown. To clone the wiki locally:

git clone https://github.com/ChopLogic/chop-logic-components.wiki.git

Clone this wiki locally