@ttt-productions/ui-core
v0.11.5
Published
Shared UI components for TTT Productions projects
Maintainers
Readme
@ttt-productions/ui-core
Shared UI package for TTT Productions projects.
Installation
npm install @ttt-productions/ui-coreImport Guide
@ttt-productions/ui-core/reactfor React hooks/components.@ttt-productions/ui-corefor root utilities and shared types exported from the package root.
React Components
import { Button } from '@ttt-productions/ui-core/react';
export default function MyComponent() {
return <Button>Click me</Button>;
}Root Utilities
import { cn, formatLargeNumber } from '@ttt-productions/ui-core';