🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@phila/phila-ui-date-field

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phila/phila-ui-date-field

A date input component.

latest
npmnpm
Version
0.0.1
Version published
Maintainers
4
Created
Source

DateField Component

A simple, customizable Vue 3. DateField component built with TypeScript and Vite. A date input component.

Features

  • 🎯 TypeScript support with full type definitions

Installation

npm install @phila/phila-ui-date-field
# or
yarn add @phila/phila-ui-date-field
# or
pnpm add @phila/phila-ui-date-field

Usage

<script setup lang="ts">
import { DateField } from "@phila/phila-ui-date-field";
</script>
<template>...Add basic component template here...</template>

Props

PropTypeDefaultDescription

| ...Add props here...

Events

EventPayloadDescription

| ...Add events here...

Examples

...Add examples here...

Development

Install Dependencies

pnpm install

Run Demo

pnpm dev

Build Library

pnpm build

Type Check

pnpm type-check

License

MIT

Keywords

ui

FAQs

Package last updated on 29 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts