📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

timeline-angular

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

timeline-angular

Timeline Component for Angular

1.0.3
unpublished
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Timeline Angular

API

:gift: Class: CocoTimeline

Inputs

  • orientation The orientation of the timeline. Default: vertical.

:gift: Class: CocoTimelineItem

Inputs

  • connectorColor The color of the timeline items connector. Default: rgb(200,200,200).
  • connectorLength The length of the timeline items connector. Default: 80px.
  • connectorThickness The thickness of the timeline items connector. Default: 2px.
  • dotColor The color of the timeline item dot (circle). Default: rgb(200,200,200).
  • dotRadius The radius of the timeline item dot (circle). Default: 3px.

Installation

Open a new terminal with your project folder active in it and execute:

npm install timeline-angular

Usage

Simple Usage Example:

<coco-timeline orientation="vertical">
  <coco-timeline-item>Ohio</coco-timeline-item>
  <coco-timeline-item>New York</coco-timeline-item>
  <coco-timeline-item>Dallas</coco-timeline-item>
  <coco-timeline-item>Mississipi</coco-timeline-item>
  <coco-timeline-item>Jew Jersey</coco-timeline-item>
  <coco-timeline-item>California</coco-timeline-item>
</coco-timeline>

Support

Did you find a bug or you don't like something related to this package? Then report it here.

Contribution

Feel free to contribute to this repository. Contribution is appreciated.

License

Licensed under the MIT License.

Keywords

Angular

FAQs

Package last updated on 06 Nov 2022

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