0.0.3 • Published 2 years ago

catena-x-shared-components v0.0.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Catena-X Portal Shared Components

steps

install dependencies
yarn

check UI components http://localhost:6006/
yarn start

fonts

make sure to provide the following font faces in your project:

@font-face {
    font-family: "LibreFranklin-SemiBold";
    font-display: block;
    src: url("../assets/fonts/LibreFranklin-VariableFont_wght.ttf") format("truetype");
    font-weight: 600;
}
@font-face {
    font-family: "LibreFranklin-Medium";
    font-display: block;
    src: url("../assets/fonts/LibreFranklin-VariableFont_wght.ttf") format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: "LibreFranklin";
    font-display: block;
    src: url("../assets/fonts/LibreFranklin-VariableFont_wght.ttf") format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "LibreFranklin-Light";
    font-display: block;
    src: url("../assets/fonts/LibreFranklin-VariableFont_wght.ttf") format("truetype");
    font-weight: 300;
}