1.0.0-rc.17 • Published 7 years ago

@tonydinh/react-toolkit v1.0.0-rc.17

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

React Toolkit

npm version npm downloads npm downloads

React Toolkit is a collection of re-useable React components. See the documentation here.

The guide below explains how one might integrate this module using webpack as a module bundler.

Installation

$ npm install --save @tonydinh/react-toolkit

Prerequisites

It might be useful to configure webpack with an alias for resolving the components in this module.

// webpack.config.js
const config = {
...
    resolve: {
        alias: {
            "react-toolkit": 'node_modules/@tonydinh/react-toolkit/dist/components'
        }
    }
}

Importing

With the configuration above, we can import components from the module with:

import Button from 'react-toolkit/button'

Developing

Requirements

The module supports the latest Node LTS.

Getting Started

Once you have cloned the repository, run the following at the $PROJECT_ROOT to start the development server.

$ npm i && npm start
1.0.0-rc.17

7 years ago

1.0.0-rc.16

7 years ago

1.0.0-rc.15

7 years ago

1.0.0-rc.14

7 years ago

1.0.0-rc.13

7 years ago

1.0.0-rc.12

7 years ago

1.0.0-rc.11

7 years ago

1.0.0-rc.10

7 years ago

1.0.0-rc.9

7 years ago

1.0.0-rc.8

7 years ago

1.0.0-rc.7

7 years ago

1.0.0-rc.6

7 years ago

1.0.0-rc.5

7 years ago

1.0.0-rc.4

8 years ago

1.0.0-rc.3

8 years ago

1.0.0-rc.2

8 years ago

0.2.1-alpha.2

8 years ago

0.2.1-alpha.1

8 years ago

0.2.1-beta.3

8 years ago

0.2.1-beta.2

8 years ago

0.2.1-beta.1

8 years ago

0.2.1-dev

8 years ago

0.2.0

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.18

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago