A component scanner for React.
Note
This project is in early development and the API will potentially change.
- Track a design system's usage across a codebase
- Identify where components are breaking out of design system constraints with props like
className
orstyle
Check out the coscan package documentation for more information.
Name | Description |
---|---|
coscan |
Main package for CLI and Node.js API |
@coscan/json-reporter |
JSON reporter |
@coscan/jsx-scanner |
JSX scanner |
Name | Description |
---|---|
@coscan/react-fixtures |
Simple example for React |