# Toolkit v0.11.1 # Toolkit is a collection of very powerful user-interface components and utility classes. Each component represents encapsulated HTML, CSS and JS functionality for role specific page elements. Titon makes use of the latest and greatest technology. This includes CSS3 for animation (fade, slide, etc), Sass for CSS pre-processing, Grunt for task and package management, and Intern for unit testing. #### Requirements #### * **HTML5** * **CSS3** * **MooTools 1.4** (for JS components) * Core * More/Class.Binds * More/Elements.From * More/Element.Shortcuts * More/Locale * More/Drag (optional: Modal) * More/Array.Extras (optional: Flyout) * More/Element.Position (optional: Tooltip) * More/Element.Event.Pseudos (optional: Tooltip) #### Tested Against #### * Chrome 26, 28 * Firefox 20, 23 * Internet Explorer 10 * Opera 12 * Safari 5 ## Javascript Components ## #### Modules #### * `Accordion` - Provides collapsible support to a list of sections * `Blackout` - Displays a transparent black element over the document * `Carousel` - Provides a 16:9 responsive carousel with panels that slide or fade in * `Flyout` - Displays nested flyout menus that appear below an element that activates it * `LazyLoad` - Provides an easy way to lazy-load images (inline and background) while scrolling * `Matrix` - Reorganizes elements into a modular cascading grid (masonry style) * `Modal` - Displays dynamic modals that will display above the content * `Pin` - Pin an element in a container that stays within the viewport while scrolling * `Popover` - Displays dynamic notification elements over an element * `Showcase` - Provides a lightbox style image gallery * `Tabs` - Provides tabbed support to an element containing navigation tabs and sections * `Toggle` - Toggles the display of a target element; useful for triggering transitions * `Tooltip` - Displays dynamic tooltips over an element or the mouse cursor * `TypeAhead` - Displays a list of possible options below an input while typing #### Extensions #### Titon also provides classes that build upon MooTools itself. These classes do not require the Titon library. * `Timers` - Provides timer and interval management within the class layer * `Cache` - Provides local and session storage within the class layer ## CSS Components ## #### Layout #### * `Base` - Provides utility and helper classes * `Code` - Styles for code blocks * `Form` - Allows for vertical, horizontal and inline forms; also provides default styles * `Grid` - Implements a fluid 12 column grid system with responsive support for all devices * `InputGroup` - Allows for the grouping of inputs with buttons and static blocks * `Responsive` - Responsive classes for mobile, tablet and desktop resolutions * `Table` - Styles for tables * `Typography` - Resets and default styles for typography #### UI #### * `Alert` - Styles for block level notification messages * `Breadcrumbs` - Styles for bread crumb navigation trails * `Button` - Styles for generic cross-browser compatible buttons * `ButtonGroup` - Allows for the grouping of multiple buttons into 1 visual styled button * `Dropdown` - Allows for toggleable dropdown menus with support for nested menus * `Icon` - Allows for inline image sprites to be used at 12, 16, 24, 32, and 64 sizes * `Label` - Styles for inline tag labels * `Badge` - Styles for inline notification bubbles * `Pagination` - Styles for pagination lists * `Pin` - Animations for element pinning * `Progress` - Basic styles for progress bars #### Themes #### * `Titon` - Titon specific theme that mimics Twitter Bootstrap * `TomorrowNight` - Tomorrow Night theme for all Titon components ## Authors ## * Miles Johnson - https://github.com/milesj #### Third Party #### * `Normalize.css` provided by Nicolas Gallagher * `Iconic` icon set provided by P.J. Onori ## Known Issues ## * Slide in modal animations do not work correctly in Chrome/IE * Flip modal animations do not work in Opera * Tooltip positioning does not work in Opera