Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.
/ common-ui Public archive

An easy-to-use, framework-agnostic design library, built with modern web standards.

License

Notifications You must be signed in to change notification settings

camunda-cloud/common-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 17, 2023
74622e8 · Feb 17, 2023
Nov 11, 2021
Feb 17, 2023
Oct 29, 2020
May 6, 2020
Oct 15, 2020
May 6, 2020
Jan 18, 2021
Oct 14, 2021
Feb 17, 2023
Jan 13, 2021
Feb 2, 2023
Jun 2, 2021
Jul 19, 2021
Feb 2, 2023

Repository files navigation

Built With Stencil

Common UI

Common UI is a framework-agnostic collection of UI components, for Camunda Cloud.

Documentation

You can find the current documentation here

Getting Started

To start contributing to Common-UI, clone this repo to a new directory:

git clone https://github.com/camunda-cloud/common-ui.git common-ui
cd common-ui
git remote rm origin

you will need to login into the @camunda-cloud scope in github packages (npm), you can find out how here: https://github.com/features/packages

afterwards you can run:

yarn
yarn start

To serve the storybook documentation locally, run:

yarn storybook

NOTE: The Documentation depends on @camunda-cloud/common-ui-react - it will not reflect local development changes, just changes to the .mdx stories. Use src/index.html for local development. It gets served when you run yarn start and contains the native web components freshly compiled from the local source.

To build the component for production, run:

yarn build

To run the unit tests for the components, run:

yarn test