@vzeta/camunda-composite-components
TypeScript icon, indicating that this package has built-in type declarations

0.0.26 • Public • Published

Camunda Composite Components

Storybook: Link

Dev

# install
# yarn

# start storybook
yarn storybook

# build components
yarn 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 github page.

Usage

Example for navbar:

import { C3NavigationElementProps } from "@camunda-cloud/camunda-composite-components"

// ...

return (
	<C3Navigation
		app={{
			ariaLabel: "Camunda Console",
			name: "Console",
			prefix: "Camunda",
			routeProps: { route: routes.home, router: router },
		}}
		// ...
	/>
)

Readme

Keywords

none

Package Sidebar

Install

npm i @vzeta/camunda-composite-components

Weekly Downloads

0

Version

0.0.26

License

Apache-2.0

Unpacked Size

34.8 kB

Total Files

17

Last publish

Collaborators

  • vsgoulart