@yoast/related-keyphrase-suggestions
v0.2.0
Published
Yoast related keyphrase suggestions package
Downloads
140
Keywords
Readme
Welcome to the Yoast releated keyphrase suggestions package!
A React component library for building user interfaces for Yoast related keyphrase suggestions.
For internal use only. Not offering support for external use.
Local development
The components in this package are developed in isolation inside a Storybook, a visual tool for building component libraries. Developing components in isolation helps keep the interfaces flexible while ignoring implementation details.
# Install dependencies
yarn install
# Run Storybook for local development
yarn storybook
# Build a static Storybook
yarn build:storybook