This is the UI library for Memori AI and AIsuru.
Used by AIsuru platform and Client components.
See Storybook for a showcase of all components and their usage.
bun add @memori.ai/ui
# npm install @memori.ai/ui
# or yarn or pnpmExample usage for the Button component:
import { Button } from '@memori.ai/ui'<Button>Click me</Button>To see all components, visit our Storybook.
To install dependencies:
bun installTo run Storybook:
bun run storybook # or bun sbTo run tests (in watch mode):
bun run test
# this is not the same as `bun test`
# `bun test` runs the tests using Bun test runner and it's not compatible with our setupLinting:
bun lintLinting CSS:
bun lint:cssFormatting:
bun formatFormatting check:
bun format:checkType checking:
bun typecheckBuilding:
bun run buildRelease:
bun run release