4.10.4 • Published 4 years ago

@employes/paperless-ngx v4.10.4

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
4 years ago

npm.io npm.io

📦 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.

4.10.2

4 years ago

4.10.3

4 years ago

4.10.4

4 years ago

4.10.1

4 years ago

4.10.0

4 years ago

4.9.6

4 years ago

4.9.0

4 years ago

4.8.0

4 years ago

4.9.1

4 years ago

4.7.2

4 years ago

4.7.1

4 years ago

4.7.0

4 years ago

4.6.1

4 years ago

4.6.0

4 years ago

4.5.3

4 years ago

4.5.0

4 years ago

4.4.0

4 years ago

4.5.2

4 years ago

4.5.1

4 years ago

4.3.0

4 years ago

4.2.0

4 years ago

4.1.4

4 years ago

4.1.3

4 years ago

4.1.6

4 years ago

4.1.5

4 years ago

4.1.2

4 years ago

4.1.1

4 years ago

4.0.4

4 years ago

4.1.0

4 years ago

4.0.3

4 years ago

4.0.2

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago

0.0.0

4 years ago