2.1.0 • Published 2 years ago

@daimler/productkit-core v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Product Kit Core Logo

license npm

Product Kit Core provides design tokens according to the Mercedes-Benz Tech Innovation styleguide. These tokens are used to create an export that can be used on web platforms using material design. The export is created with a build tool that is called Style Dictionary.

You can use the export to apply the styling by yourself or use one of the following implementations:

The export can be extended to support other platforms like iOS or Android. Feel free to open an issue or provide a pull request with the desired export.

Installation

Note that you must have node (and npm) installed.

You can get the style dictionary for web as package through npm:

npm install @daimler/productkit-core

Styles for web can be found in the dist directory. Feel free to contribute any missing platforms.

If you don't want to use the npm package clone the repository and get the files from the dist directory directly.

Usage

You can access a wide variety of color, typography, component, layout, opacity, size or shape tokens for css, javascript or sass.

A typical token looks like this (css):

--color-application-primary: var(--color-brand-goldentainoi-300);

This color tokens references another token. Note application and brand in the token names. You should only use application tokens in your code. These application tokens are created so they can be used in common styling use case scenarios in your application.

Note that you don't need to implement Product Kit Core yourself in order to get styled components like buttons or textfields. You can use component libraries which are already styled with Product Kit Core for Angular (Angular Material), React (MUI) and Vue (Vuetify). Even if your use case is mainly static sites without much user interaction we recommend you use a framework like MUI (React).

Contributing

We welcome any contributions. If you want to contribute to this project, please read the contributing guide.

Code of Conduct

Please read our Code of Conduct as it is our base for interaction.

License

This project is licensed under the MIT LICENSE.

Provider Information

Please visit https://www.mercedes-benz-techinnovation.com/en/imprint/ for information on the provider.

Notice: Before you use the program in productive use, please take all necessary precautions, e.g. testing and verifying the program with regard to your specific use. The program was tested solely for our own use cases, which might differ from yours.

2.1.0

2 years ago

2.0.0

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago