Projects

Users can create several designs and group them into projects.

To create a project, click the "New Project" button. You can enter the name of your project or leave the default one. You can rename it any time later.

Each project can contain a number of designs. If you want to work on the designs together with your colleagues, you can invite them to the project. Click Share in the menu:

In the dialogue window that will open, you can invite several colleagues and define their access rights. Access rights can be later changed and revoked. Any collaborator can invite users, change access rights, and remove users from the project.

Each project shares common data and stylesheets that are used in all designs.

Data sources is a set of data URLs with JSON data that can be assigned to particular widgets inside a design.

To view and edit data sources, click Data sources in the project menu, and you will see the Data sources wizard:

You can read more in Data sources.

Styles are stylesheets with CSS rules. The classnames can be assigned to particular widgets in the "Css" field in the Property editor.

To open custom styles, click Custom styles in the project menu:

Project Actions

Single project

Each project card has a context menu with actions:

You can:

  • rename a project,
  • duplicate a project (the copied project will contain all the designs, data sources and stylesheets),
  • edit data and styles of the project,
  • invite people to your project,
  • delete a project or exit a shared project (if a project is shared with someone, you cannot remove it).

All projects

You can search for projects via an input:

You can filter projects by All/Shared/Private and sort then alphabetically or by date of the latest modification:

Data Sources

In the Data sources wizard, you can view, change, remove, and add data sources used in a project.

You can select a data source from the list to see and modify the data. Only valid JSON data is accepted.

You can add and remove data sources. Note that preset data sources cannot be removed, only custom ones. If modified, preset data sources can be restored to the initial state.

Data sources are shared by all the designs inside a project, so the changes will be reflected in all the widgets that currently use them.

Custom Styles

In the Custom styles wizard, you can provide a CSS stylesheet for your project.

Custom styles are shared by all the designs inside this project, so the changes will be reflected in all the widgets that use them.

Back to top