@binom/ui-forms
v1.0.4
Published
Form field UI components for Binom Angular projects — textbox, password, date, creditcard, and more.
Readme
@binom/ui-forms
Form field UI components for Binom Angular projects — textbox, password, date, creditcard, and more.
Documentation
Browse interactive docs, API reference, installation guides, and live demos on ngx-docs.binom.net.
Installation
npm install @binom/ui-formsPeer Dependencies
Make sure the following peer dependencies are installed in your Angular 21 project:
@angular/common:^21.0.0@angular/core:^21.0.0@angular/forms:^21.0.0@binom/sdk-core:^2.0.0@binom/sdk-utils:^1.0.0@binom/ui-core:^1.0.0
Entry Points
This library provides the following secondary entry points:
| Entry Point | Import Path |
|-------------|-------------|
| Address | @binom/ui-forms/address |
| Address Group | @binom/ui-forms/address-group |
| Confirm Code | @binom/ui-forms/confirm-code |
| Country Svc | @binom/ui-forms/country-svc |
| Creditcard | @binom/ui-forms/creditcard |
| Creditcard Group | @binom/ui-forms/creditcard-group |
| Date | @binom/ui-forms/date |
| Date Time | @binom/ui-forms/date-time |
| Email Confirm | @binom/ui-forms/email-confirm |
| I18l | @binom/ui-forms/i18l |
| Password | @binom/ui-forms/password |
| Phone Number | @binom/ui-forms/phone-number |
| Select Country | @binom/ui-forms/select-country |
| Textbox | @binom/ui-forms/textbox |
| Time | @binom/ui-forms/time |
| Validator | @binom/ui-forms/validator |
Usage
Import from the main entry point or a secondary entry point:
import { /* ... */ } from '@binom/ui-forms';
// or
import { /* ... */ } from '@binom/ui-forms/address';Support
- Website: binom.net
- Documentation: ngx-docs.binom.net
- Bug reports & feature requests: GitHub Issues
Development
Run unit tests:
nx test ui-forms