Skip to content

Set of declarative component to query content published in the headless CMS prismic.io

Notifications You must be signed in to change notification settings

TahimiLeonBravo/react-prismic-cms

Repository files navigation

React Prismic CMS

Set of declarative component to query content published in the headless CMS prismic.io

CircleCI License: MIT npm version

Installation

$ yarn add react-prismic-cms

Usage

<Prismic repo={your-repo-name}>
    <QueryAt path="document.type" value="vegetables" component={component}/>
</Prismic>

The component is going to be instantiated inside of QueryAt and is going to receive prismic response.

About

Set of declarative component to query content published in the headless CMS prismic.io

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.1%
  • HTML 1.5%
  • CSS 1.4%