
Security News
How Enterprise Security Is Adapting to AI-Accelerated Threats
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.
superdesk-ui-framework
Advanced tools
Documentation page can be accessed via this link: https://ui-framework.superdesk.org/
To install the package via npm use
npm install --save superdesk-ui-framework
After installation, the ui-framework distributive files will be available as
import 'superdesk-ui-framework'
To use it in your angular-app you should add the module (modules)
angular.module('application', ['superdesk-ui'])
To import react modules in your application, just use
import {LineInput} from 'superdesk-ui-framework'
git clone https://github.com/superdesk/superdesk-ui-frameworknpm install to install dependenciesnpm start to run server locallylocalhost:9100your-playground.html file in examples/playgroundsexamples/index.js:.when('/playground/your-playground', {
title: 'My Playground',
playground: 'main', // can be publisher or react also
template: require('../examples/playgrounds/your-playground.html')
})
If you want to develop new components and see live changes on your project, you need to link superdesk-ui-framework with your project.
superdesk-ui-framework project folder run npm linknpm link superdesk-ui-frameworksuperdesk-ui-framework with npm run server command.Runing e2e&unit tests
npm run lint
FAQs
### Status
The npm package superdesk-ui-framework receives a total of 2,678 weekly downloads. As such, superdesk-ui-framework popularity was classified as popular.
We found that superdesk-ui-framework demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.