This directory contains reusable packages for Newspack projects.
colors/- A collection of color tokens for Newspack projectscomponents/- A collection of React components for Newspack projectsicons/- A collection of custom SVG icons for Newspack projects
When adding new packages to this directory:
- Create a new directory for your package
- Include a README.md file explaining the package's purpose
- Follow the existing code style and patterns
- Update this README if necessary
Please refer to the main Newspack plugin documentation for contribution guidelines.