Update URLs to new .io domain

old
rubenmoya 2017-11-16 19:11:31 +01:00
parent b381db4054
commit b0a7533e7c
7 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# <a href='http://react-toolbox.com'><img src='http://i.imgur.com/VCSElQX.png' height='50'></a>
# <a href='http://react-toolbox.io'><img src='http://i.imgur.com/VCSElQX.png' height='50'></a>
[![npm version](https://img.shields.io/npm/v/react-toolbox.svg?style=flat-square)](https://www.npmjs.com/package/react-toolbox) [![Build Status](http://img.shields.io/travis/react-toolbox/react-toolbox/master.svg?style=flat-square)](https://travis-ci.org/react-toolbox/react-toolbox) [![NPM Status](http://img.shields.io/npm/dm/react-toolbox.svg?style=flat-square)](https://www.npmjs.org/package/react-toolbox) [![Donate](https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square)](https://paypal.me/javivelasco) [![OpenCollective](https://opencollective.com/react-toolbox/backers/badge.svg)](#backers)
[![OpenCollective](https://opencollective.com/react-toolbox/sponsors/badge.svg)](#sponsors)

View File

@ -1,4 +1,4 @@
This document defines a manifesto and the main Roadmap 🚵 ideas for [React Toolbox](www.react-toolbox.com). It's not a fixed document and of course it's open to change. You can leave your feedback in [this gist](https://gist.github.com/javivelasco/259d2087c2a8c3e8f2c5c720d1fd3f2e) or you can also do it [through an issue](https://github.com/react-toolbox/react-toolbox/issues/new).
This document defines a manifesto and the main Roadmap 🚵 ideas for [React Toolbox](www.react-toolbox.io). It's not a fixed document and of course it's open to change. You can leave your feedback in [this gist](https://gist.github.com/javivelasco/259d2087c2a8c3e8f2c5c720d1fd3f2e) or you can also do it [through an issue](https://github.com/react-toolbox/react-toolbox/issues/new).
## The Manifesto

View File

@ -71,7 +71,7 @@ If you want to provide a theme via context, the component key is `RTInput`.
## Methods
The `Input` component has some imperative methods that are used as a bypass to the native rendered DOM element. To call this methods you will need to retrieve the instance of the component. Check the [Install](http://react-toolbox.com/#/install) section for details on how to do this. The methods included for the `Input` are:
The `Input` component has some imperative methods that are used as a bypass to the native rendered DOM element. To call this methods you will need to retrieve the instance of the component. Check the [Install](http://react-toolbox.io/#/install) section for details on how to do this. The methods included for the `Input` are:
- `blur` used to blur the `input` element.
- `focus` used to focus the `input` element.

View File

@ -15,18 +15,18 @@
<meta http-equiv="cleartype" content="on">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="www.react-toolbox.com">
<meta name="twitter:site" content="www.react-toolbox.io">
<meta name="twitter:title" content="React Toolbox">
<meta name="twitter:description" content="React Toolbox is a set of React components that implement Google's Material Design specification. It's powered by CSS Modules and harmoniously integrates with your Webpack workflow. You can take a tour through our documentation website and try the components live!.">
<meta name="twitter:image" content="images/logo.png">
<meta name="og:title" content="React Toolbox">
<meta name="og:description" content="React Toolbox is a set of React components that implement Google's Material Design specification. It's powered by CSS Modules and harmoniously integrates with your Webpack workflow. You can take a tour through our documentation website and try the components live!.">
<meta name="og:url" content="www.react-toolbox.com">
<meta name="og:url" content="www.react-toolbox.io">
<meta name="og:image" content="images/logo.png">
<meta name="og:type" content="app">
<link rel="canonical" href="http://www.react-toolbox.com/">
<link rel="canonical" href="http://www.react-toolbox.io/">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<link rel="stylesheet" href="docs.css">

View File

@ -1 +1 @@
react-toolbox.com
react-toolbox.io

View File

@ -1,7 +1,7 @@
{
"name": "react-toolbox",
"description": "A set of React components implementing Google's Material Design specification with the power of CSS Modules.",
"homepage": "http://www.react-toolbox.com",
"homepage": "http://www.react-toolbox.io",
"version": "2.0.0-beta.11",
"main": "./lib",
"module": "./components",
@ -15,7 +15,7 @@
"url": "git+https://github.com/react-toolbox/react-toolbox.git"
},
"bugs": {
"email": "issues@react-toolbox.com",
"email": "issues@react-toolbox.io",
"url": "https://github.com/react-toolbox/react-toolbox/issues"
},
"keywords": [

View File

@ -52,7 +52,7 @@ class Root extends Component {
>
<ButtonToolbox
className={style.github}
href="http://react-toolbox.com/#/"
href="http://react-toolbox.io/#/"
target="_blank"
icon="web"
floating