npm.io
0.1.0 • Published yesterday

@camunda/ccma-saas-frontend

Licence
Apache-2.0
Version
0.1.0
Deps
9
Size
3.3 MB
Vulns
0
Weekly
0

Camunda Console Composite Components

Storybook: Link

Dev

# install
pnpm install

# start storybook
pnpm build-storybook
pnpm start

# build components
pnpm build

Release

Bump version in package.json and create a new release. This will start a github action to publish the package to the github package repository.

Pushing to main will update the storybook available under cloudflare page.

Usage

Example for navbar:

import { C4WorkflowInformation } from '@camunda/ccma-saas-frontend'

// ...

return (
  <C4WorkflowInformation
    isLoading={true}
    // ...
  />
)