@equaltoai/greater-components
v4.2.5
Published
Aggregate Greater Components library for EqualToAI
Downloads
2,748
Readme
@equaltoai/greater-components
Greater Components is the unified UI toolkit used across Lesser/Greater products.
This package bundles adapters, headless primitives, icons, tokens, utilities, testing
helpers, and the full fediverse component suite into one installable library.
Installation
npm install @equaltoai/greater-components
# or
pnpm add @equaltoai/greater-componentsUpdating
npm update @equaltoai/greater-components
# or
npm install @equaltoai/greater-components@latestUsage
import { ComposeBox, TimelineCompound } from '@equaltoai/greater-components';
import { Button } from '@equaltoai/greater-components/primitives';
import { createTimelineIntegration } from '@equaltoai/greater-components/adapters';Subpath exports mirror the previous workspace packages. See the root project documentation for detailed guides and APIs.
