Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/titon/toolkit
User interface components built on React.
https://github.com/titon/toolkit
Last synced: 3 months ago
JSON representation
User interface components built on React.
- Host: GitHub
- URL: https://github.com/titon/toolkit
- Owner: titon
- License: bsd-3-clause
- Archived: true
- Created: 2011-10-12T23:39:37.000Z (about 13 years ago)
- Default Branch: 3.0
- Last Pushed: 2018-11-14T18:19:18.000Z (about 6 years ago)
- Last Synced: 2024-09-22T02:06:22.127Z (3 months ago)
- Language: JavaScript
- Homepage: http://titon.io/toolkit
- Size: 7.67 MB
- Stars: 1,073
- Watchers: 65
- Forks: 108
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- my-awesome-starred - toolkit - User interface components built on React. (JavaScript)
README
```
______ ______ ______ __ __ __ __ ______
/\__ _\ /\ __ \ /\ __ \ /\ \ /\ \/ /_ /\ \ /\__ _\
\/_/\ \/ \ \ \/\ \\ \ \/\ \\ \ \____\ \ _ \\ \ \\/_/\ \/
\ \_\ \ \_____\\ \_____\\ \_____\\ \_\ \_\\ \_\ \ \_\
\/_/ \/_____/ \/_____/ \/_____/ \/_/\/_/ \/_/ \/_/
```# Titon Toolkit v3.0.0 (IN DEVELOPMENT) #
[![Project Titon](https://img.shields.io/badge/project-titon-82667d.svg?style=flat)](http://titon.io)
[![Build Status](https://img.shields.io/travis/titon/toolkit.svg?style=flat)](https://travis-ci.org/titon/toolkit)
[![Total Downloads](https://img.shields.io/npm/dm/titon-toolkit.svg?style=flat)](https://npmjs.com/package/titon-toolkit)
[![License](https://img.shields.io/packagist/l/titon/toolkit.svg?style=flat)](https://github.com/titon/toolkit/blob/master/license.md)Titon Toolkit is a collection of very powerful user interface components built on [React](https://facebook.github.io/react/). Components in Titon follow the [presentational paradigm](https://medium.com/@dan_abramov/smart-and-dumb-components-7ca2f9a7c7d0), which provide full control of how, where, and why components are rendered. Functionality within a component, like jumping to the next slide in a carousel, or toggling a menu, is possible through [contexts](https://facebook.github.io/react/docs/context.html) -- a type of public API.
## Previous Version 2.1.7 ##
* [Release Notes - 2.1](https://github.com/titon/toolkit/blob/master/docs/en/releases/2.1.md)
* [Migration Guide - 2.1](https://github.com/titon/toolkit/blob/master/docs/en/migrations/2.1.md)
* [Official Website](http://titon.io/toolkit)
* [Features](http://titon.io/toolkit#features)
* [Components](http://titon.io/toolkit#components)
* [Interactive Demo](http://demo.titon.io/)## Learn More ##
* [Documentation](https://github.com/titon/toolkit/tree/master/docs/en)
* [Getting Started](https://github.com/titon/toolkit/blob/master/docs/en/setup/getting-started.md)
* [Downloading & Installing](https://github.com/titon/toolkit/blob/master/docs/en/setup/installing.md)
* [Tool Integration](https://github.com/titon/toolkit/blob/master/docs/en/setup/tool-integration.md)
* [Custom Builds](https://github.com/titon/toolkit/blob/master/docs/en/setup/custom-builds.md)
* [Browser Compatibility](https://github.com/titon/toolkit/blob/master/docs/en/support/compatibility.md)