@anywayseo/tools
v5.10.0
Published
Shared UI Components and Modules
Readme
Shared UI Components & Modules for Anywayseo projects
A modular UI component library designed for Anywayseo blog sites, offering reusable React components and utilities to enhance development speed and consistency.
Installation
npm install @anywayseo/tools
# or
yarn add @anywayseo/toolsPeer Dependencies
This package requires the following peer dependencies:
- "@chakra-ui/icons": "^2.0.0",
- "@chakra-ui/react": "^2.0.0",
- "@emotion/react": "^11.0.0",
- "@emotion/styled": "^11.0.0",
- "@mdx-js/react": "^2.0.0",
- "framer-motion": "^12.0.6",
- "gatsby": "^5.0.0",
- "i18next": "^24.0.0",
- "react": "^18.3.1",
- "react-dom": "^18.3.1",
- "react-i18next": "^15.0.0"
Usage
Local Dev using Stand
npm start
# or
yarn startImporting Components
import type { IAuthor } from '@anywayseo/tools';
import { Author, getCurrentYear } from '@anywayseo/tools';
const BlogPreview = ({ author }) => (
<div>
<Author author={author} />
{getCurrentYear()}
</div>
);Available Modules:
Components
Hooks
i18n
Providers
Types
Utilities
License
MIT License © 2025 Anywayseo
