-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Katsuhiko Maeno edited this page Jun 28, 2024
·
2 revisions
Sunorhc.Timeline is an open source project that aims to provide a customizable horizontal timeline component for web pages, designed to empower front-end developers with the ability to manage categorized, chronological events in an intuitive interface.
- Setting up a timeline is quick and easy.
- High degree of customization freedom: Brief description.
- High performance with asynchronous event loading and event caching.
- Intuitive and interactive operation via drag and click.
- Supports operation on touch devices.
- Type-safe robustness and extensibility with TypeScript.
To get started with Sunorhc.Timeline, follow these steps:
-
Clone the repository:
git clone https://github.com/ka215/sunorhc.timeline.git
-
Install dependencies:
cd sunorhc.timeline pnpm i
-
Build the application:
pnpm build
Note: The above example uses pnpm
as the package manager, but you can also use npm
, yarn
, etc.
For detailed documentation, please refer to the following pages:
We welcome contributions!
Please read our contributing guidelines to get started.
This project is licensed under the MIT License.