@orchestrator/ui-web
TypeScript icon, indicating that this package has built-in type declarations

2.0.4 • Public • Published

@orchestrator/ui-web

A set of basic HTML elements as components for Orchestrator library.

@orchestrator/ui-web

DEPRECATED!

Please use @orchestrator/html-tag package instead which has more streamlined API and allows to render any HTML tags available in the Web.

Registration

import { NgModule } from '@angular/core';
import { OrchestratorCoreModule } from '@orchestrator/core';
import { UiWebModule } from '@orchestrator/ui-web';

@NgModule({
  imports: [OrchestratorCoreModule.forRoot(), UiWebModule.forRoot()],
})
export class AppModule {}

Components list

Component Description
orc-ui-web-button-host Button element
orc-ui-web-heading-host Heading element (h1..h6)
orc-ui-web-image-host Image element
orc-ui-web-input-host Input element
orc-ui-web-select-host Select element
orc-ui-web-text-host Paragraph element
orc-ui-web-textarea-host Paragraph element

Package Sidebar

Install

npm i @orchestrator/ui-web

Weekly Downloads

2

Version

2.0.4

License

MIT

Unpacked Size

321 kB

Total Files

80

Last publish

Collaborators

  • orchestratora
  • gund
  • ryuugan