Skip to content

app-ui/terminal-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APP UI: Terminal Text

Web Component that animates text like an old school terminal...

Examples

Basic application.

Dependencies

This component relies on the following third-party libraries:

Install

Download the component and extract in 'components/app-ui-terminal-text'

cd [project folder]
wget https://github.com/app-ui/terminal-text/archive/master.zip
unzip master.zip -d ./components/

Using bower: (Old method)

bower install app.ui.terminaltext

Usage

The component is built on top of APP which should be loaded before the component in the section of your website. This library uses the non-standard method of "html imports" for loading custom elements.

  1. Include APP library
<script src="components/app/build/app.min.js"></script>
  1. Import Custom Element:
<link rel="import" href="components/app-ui-terminal-text">
  1. Start using it!
<div is="app-ui-terminal-text"></div>

For now only the div of the block level tags is supported.

Options

These are the set of options you can use as attributes in your custom element:

...

Events

...

Credits

Initiated by Makis Tracend ( @tracend )

This extension is based on the Commons component with the same name.

Distributed through Makesites.org

License

Released under the MIT License