The "Blog" web component used by the WPCampus organization.
npm i @wpcampus/wpcampus-wc-blog
Place the element in your HTML markup: <wpcampus-blog></wpcampus-blog>
If you want to develop this project locally, you need to run the following command for the project in which you want to use the web components.
You'll want to use npm install
or yarn add
depending on the project.
yarn add /Users/{absolute path to folder}/wpcampus-wc-blog --check-files
Web components are a set of web platform APIs that allow you to create new custom, reusable, encapsulated HTML tags to use in web pages and web apps. Learn more at webcomponents.org.
This repo is shared for educational purposes. Feel free to explore, copy, submit fixes, and share the code.
However, please respect that the WPCampus branding and design are intended solely for the WPCampus organization.