acf-kit
v0.0.4
Published
Install all acf-kit packages at once
Downloads
7
Maintainers
Readme
acf-kit (Meta Package)
Install all acf-kit packages at once!
This is a meta-package. Installing acf-kit will automatically install all core acf-kit packages:
Usage
npm install acf-kit
# or
yarn add acf-kit
# or
pnpm add acf-kitYou can then import from the individual packages:
import { something } from '@acf-kit/core';
import { ReactField } from '@acf-kit/react';Note: This package does not export any code. It is for convenience only.
