Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions custom-post-types/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Demo: Custom Post Types (Vintage Vinyl)

[![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://githubbox.com/frontity-demos/frontity-examples/tree/master/custom-post-types)
[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/frontity-demos/frontity-examples/tree/master/custom-post-types)


This repo contains a demo project that shows the use of Custom Post Types in a Frontity Project.
Expand Down
2 changes: 1 addition & 1 deletion demo-class-component/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Demo: Using a class-based component

[![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://githubbox.com/frontity-demos/frontity-examples/tree/master/demo-class-component)
[![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://githubbox.com/frontity-demos/frontity-examples/tree/master/demo-class-component) [![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/frontity-demos/frontity-examples/tree/master/demo-class-component)

Usually when working with Frontity, or any modern React-based framework, you would use function-based React components.

Expand Down
2 changes: 1 addition & 1 deletion homepage-categories-widgets/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Demo: Widget Posts per Category

[![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://githubbox.com/frontity-demos/frontity-examples/tree/master/homepage-categories-widgets)
[![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://githubbox.com/frontity-demos/frontity-examples/tree/master/homepage-categories-widgets) [![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/frontity-demos/frontity-examples/tree/master/homepage-categories-widgets)

This project is a demo to show how to create a Homepage with "widgets" showing posts per category

Expand Down
2 changes: 1 addition & 1 deletion intersection-observer-hooks/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Demo: `intersection-observer-hooks`

[![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://githubbox.com/frontity-demos/frontity-examples/tree/master/intersection-observer-hooks)
[![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://githubbox.com/frontity-demos/frontity-examples/tree/master/intersection-observer-hooks) [![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/frontity-demos/frontity-examples/tree/master/intersection-observer-hooks)

This project is a demo to show how to use the Intersection Observer Hook `useInView` available in the `@frontity/hooks` package or directly implemented in some components available at `@frontity/components`

Expand Down
1 change: 1 addition & 0 deletions wp-comments/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Demo: `wp-comments`

[![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://githubbox.com/frontity-demos/frontity-examples/tree/master/wp-comments)
[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/frontity-demos/frontity-examples/tree/master/wp-comments)

This project is a demo to show how to use the `wp-comments` package to add WordPress comments to your Frontity project

Expand Down