sourcegraph/client/wildcard
Quinn Slack 1fe876e89c
finish removing chromatic (#63966)
We removed Chromatic in
https://github.com/sourcegraph/sourcegraph/pull/62228, but there were
still some remnants.

## Test plan

CI
2024-07-21 18:37:02 -07:00
..
src finish removing chromatic (#63966) 2024-07-21 18:37:02 -07:00
.eslintignore Add PageSelector component and create new Wildcard component library (#19026) 2021-03-17 08:44:51 +00:00
.stylelintrc.json web: integrate @sourcegraph/stylelint-plugin-sourcegraph and ban bootstrap imports (#34956) 2022-05-05 04:27:26 +00:00
BUILD.bazel finish removing chromatic (#63966) 2024-07-21 18:37:02 -07:00
OWNERS Add @vovakulikov to wildcard OWNERS (#44613) 2022-11-18 15:09:50 -03:00
package.json Remove Wildcard's dependency on @sourcegraph/common (#61781) 2024-04-15 12:26:02 +02:00
README.md fix: update links for dev docs (#62758) 2024-05-17 13:47:34 +02:00
tsconfig.json Remove Wildcard's dependency on @sourcegraph/common (#61781) 2024-04-15 12:26:02 +02:00
vitest.config.ts reapply "switch from jest to vitest for faster, simpler tests (#57886)" (#58145) 2023-11-07 12:00:18 +02:00

Wildcard Component Library

Overview

The Wildcard component library is a collection of design-approved reusable components that are suitable for use within the Sourcegraph codebase.

Folder Structure

  • src/
    • components/ Reusable React components
    • hooks/ Reusable React hooks. Typically utilities or headless components

See Wildcard documentation for more information.