
Security News
Feross on the 10 Minutes or Less Podcast: Nobody Reads the Code
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.
@paperless/react
Advanced tools
npm install @paperless/core @paperless/react
yarn add @paperless/core @paperless/react
npm install @paperless/core @paperless/angular
yarn add @paperless/core @paperless/angular
npm install @paperless/core
yarn add @paperless/core
// setup
import { applyPolyfills, defineCustomElements } from '@paperless/core/loader';
applyPolyfills().then(() => defineCustomElements());
// usage
import { Button } from '@employes/paperless';
const App = () => <Button>Click me!</Button>;
import { PButton } from '@paperless/angular';
@Component({
templateUrl: `
<p-button>Click me!</p-button>
`,
imports: [PButton],
})
export class MyComponent {}
Add the following code snippet in your project to start using the components
import { defineCustomElements } from '@paperless/core/loader';
defineCustomElements();
And in your html:
<p-button>Click me!</p-button>
The library is javascript based but types are supported with d.ts files.
You should get the types automatically when installing @paperless/core.
We welcome contributions to @paperless!
Read our contributing guide and help us build or improve our components.
This project is offered under Apache License 2.0.
FAQs
React specific wrapper for component-library
The npm package @paperless/react receives a total of 319 weekly downloads. As such, @paperless/react popularity was classified as not popular.
We found that @paperless/react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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 CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.