pure-timeline

1.2.0 • Public • Published

Pure Timeline

Timeline element built with lit-element based on Sava Lazic's pen

Timeline in use

Installation

For setup instructions see lit element's documentation.

Usage

  <pure-timeline>
    <pure-timeline-item boxtext="Test">
        Item 1
    </pure-timeline-item>
    <pure-timeline-item>
        Item 2 without box
    </pure-timeline-item>
    <pure-timeline-item boxtext="15.09.2019">
      <h1>Item 3</h1>
      <p>With content</p>
    </pure-timeline-item>
  </pure-timeline>

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes (don't forget to sign off): git commit -sam 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

It's based on Sava Lazic's pen.

License

Copyright 2019 Nils Bauer

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Package Sidebar

Install

npm i pure-timeline

Weekly Downloads

46

Version

1.2.0

License

Apache-2.0

Unpacked Size

52.8 kB

Total Files

9

Last publish

Collaborators

  • nilsbauer