JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 43
  • Score
    100M100P100Q122421F
  • License MIT

Nice2Dev UI Enterprise - Compliance & enterprise-grade React components: DataExportCenter, AuditTrail, ContractEditor, GDPRConsent, GlobalSearch, InvoiceDesigner, AccessLog

Package Exports

  • @nice2dev/ui-enterprise
  • @nice2dev/ui-enterprise/style.css

Readme

@nice2dev/ui-enterprise

Compliance & enterprise-grade React components for Nice2Dev. Moved from @nice2dev/ui in v1.0.10.

Components (7)

  • NiceDataExportCenter, NiceAuditTrail, NiceContractEditor, NiceGDPRConsent, NiceGlobalSearch, NiceInvoiceDesigner, NiceAccessLog

Install

npm install @nice2dev/ui-enterprise

Styling

This package ships unstyled component logic. Import the shared CSS bundle once at your app entrypoint:

import '@nice2dev/ui/style.css';

Optional: opt into the legacy shorthand token aliases (--bg-*, --text-*, --border-*, ...) when migrating from a custom design-token system:

import '@nice2dev/ui/css/legacy-bg-text-aliases.css';

License

MIT