Solutions with Custom Components

This project includes a variety of custom components that simplify the development of modern and efficient web applications. Below, you'll find examples of how to implement and use these components in your project.

Custom Timepickers

TIMEPICKER 12H

A customizable 12-hour timepicker with AM/PM format.

TIMEPICKER 24H

A customizable 24-hour timepicker for precise time selection.

INT-TEL-INPUT

INT-TEL-INPUT

It provides country code selection and phone number formatting based on the selected region.

Custom Calendar

CALENDAR

A customizable calendar.

Chilean RUT Validators

RUT VALIDATOR USING PIPE

The RUT is automatically formatted, validated, and cleaned as part of the process in a custom pipe.

46.321.473-5

RUT VALIDATOR USING DIRECTIVE

Similar to the pipe version, implementing RUT format, validation, and cleaning directly in a custom directive.

RUT VALIDATOR WITH FORMS

Implementing RUT format, validation, and cleaning across reactives forms to validate the field.