New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@employes/paperless

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@employes/paperless

#### React

latest
Source
npmnpm
Version
4.10.4
Version published
Weekly downloads
41
583.33%
Maintainers
1
Weekly downloads
 
Created
Source

Employes UI
A collection of React & Angular components that conform to the Employes design system.

📦 Install

React

npm install @employes/paperless
yarn add @employes/paperless

Angular

npm install @employes/paperless-ngx
yarn add @employes/paperless-ngx

🚀 Usage

React

import { Button } from '@employes/paperless';

const App = () => <Button>Click me!</Button>;

Angular

import { PaperlessModule } from '@employes/paperless-ngx';


@NgModule({
    declarations: [AppComponent],
    imports: [BrowserModule, PaperlessModule],
    providers: [],
    bootstrap: [AppComponent],
})
export class AppModule {}

@Component({
    selector: 'app-root',
    templateUrl: `
      <p-button></p-button>
    `,
})
export class AppComponent {}

⌨️ Typescript

The library is javascript based but types are supported with d.ts files. You should get the types automatically when installing @employes/paperless.

🤝 Contributing PRs Welcome

We welcome contributions to @employes/paperless!

Read our contributing guide and help us build or improve our components.

📝 License

This project is offered under Apache License 2.0.

FAQs

Package last updated on 23 Jul 2021

Did you know?

Socket

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.

Install

Related posts