Socket
Book a DemoInstallSign in
Socket

@uifabric/date-time

Package Overview
Dependencies
Maintainers
4
Versions
420
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uifabric/date-time

Experimental React components for building experiences for Office 365.

Source
npmnpm
Version
7.0.0-alpha004
Version published
Maintainers
4
Created
Source

Office UI Fabric React DateTime

DateTime components for Office UI Fabric React

These are not production ready components and should never be used in product. This DateTime space is useful for testing new components whose APIs might change before final release.

To import DateTime components:

import { ComponentName } from '@uifabric/date-time';

Once the DateTime component graduates to a production release, the component will be available at:

import { ComponentName } from 'office-ui-fabric-react';

Development Notes

Initial refactor in progress, still TODO:

  • Move the DatePicker control in to the date-time package
  • Refactoring the Calendar control:
    • Unit tests all need to be copied over and updated to work with the refactor
    • Styling pass needs to be done to make sure we didn't drop styles
    • Integrate the latest missing changes from OUFR version
      • Year picker
      • Accessibility updates

FAQs

Package last updated on 01 Apr 2019

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