Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Newspack Packages

This directory contains reusable packages for Newspack projects.

Structure

  • colors/ - A collection of color tokens for Newspack projects
  • components/ - A collection of React components for Newspack projects
  • icons/ - A collection of custom SVG icons for Newspack projects

Development

When adding new packages to this directory:

  1. Create a new directory for your package
  2. Include a README.md file explaining the package's purpose
  3. Follow the existing code style and patterns
  4. Update this README if necessary

Contributing

Please refer to the main Newspack plugin documentation for contribution guidelines.