1.0.0 • Published 3 years ago
@spicainternational/sds-3rdparty v1.0.0
Spica Design System - The 3rd party style overrides
Motivation
This styles are used to apply SDS look to the 3rd party libs/frameworks/components.
List of supported components:
- ngx-toastr
Installation
Add package to your project
npm install @spicainternational/sds-3rdparty --save
It is recommended that you target latest minor version in the project's dependency section of the package.json.
"@spicainternational/sds-3rdparty":"~1.0.0"
Upgrade to new major release only after adapting to the version's breaking changes.
Configuration
The components's default theme file should be imported first. The override file should be placed afterwards.
Example
@import '~ngx-toastr/toastr';
@import '@import '../node_modules/@spicainternational/sds-3rdparty/sds-ngx-toastr';';
...
1.0.0
3 years ago