@binom/ui-prism
v1.0.4
Published
Prism.js UI components for Binom Angular projects — language selector, style loader, and viewbox.
Maintainers
Readme
@binom/ui-prism
Prism.js UI components for Binom Angular projects — language selector, style loader, and viewbox.
Documentation
Browse interactive docs, API reference, installation guides, and live demos on ngx-docs.binom.net.
Installation
npm install @binom/ui-prismPeer Dependencies
Make sure the following peer dependencies are installed in your Angular 21 project:
@angular/common:^21.0.0@angular/core:^21.0.0@binom/sdk-core:^2.0.0@binom/sdk-prism:^2.0.0@binom/ui-core:^1.0.0
Entry Points
This library provides the following secondary entry points:
| Entry Point | Import Path |
|-------------|-------------|
| Language | @binom/ui-prism/language |
| Style Loader | @binom/ui-prism/style-loader |
| Viewbox | @binom/ui-prism/viewbox |
Usage
Import from the main entry point or a secondary entry point:
import { /* ... */ } from '@binom/ui-prism';
// or
import { /* ... */ } from '@binom/ui-prism/language';Support
- Website: binom.net
- Documentation: ngx-docs.binom.net
- Bug reports & feature requests: GitHub Issues
Development
Run unit tests:
nx test ui-prism