0.0.5 • Published 2 years ago

is-ui-components v0.0.5

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

is-ui-components

Set of reusable components for Integration Service API-based frontends.

Update theme

You can customize the default Bootstrap 5 theme using scss with svelete-preprocess.

Example:

/* global.scss or some root component */
$theme-colors: (
	primary: pink
);
@import 'node_modules/bootstrap/scss/bootstrap.scss';

Color reference

Generate package

To generate a package to be used as a library in other projects, it is necessary to execute:

npm run package

This takes all the files in the src folder and generates a package with them which is saved in package folder.