@employes/paperless
v4.10.4
Published
#### React
Downloads
45
Readme
📦 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
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.