1.0.0-rc.17 • Published 6 years ago

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

Weekly downloads
3
License
ISC
Repository
github
Last release
6 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

6 years ago

1.0.0-rc.16

6 years ago

1.0.0-rc.15

6 years ago

1.0.0-rc.14

6 years ago

1.0.0-rc.13

6 years ago

1.0.0-rc.12

6 years ago

1.0.0-rc.11

6 years ago

1.0.0-rc.10

6 years ago

1.0.0-rc.9

6 years ago

1.0.0-rc.8

6 years ago

1.0.0-rc.7

6 years ago

1.0.0-rc.6

6 years ago

1.0.0-rc.5

6 years ago

1.0.0-rc.4

6 years ago

1.0.0-rc.3

6 years ago

1.0.0-rc.2

6 years ago

0.2.1-alpha.2

7 years ago

0.2.1-alpha.1

7 years ago

0.2.1-beta.3

7 years ago

0.2.1-beta.2

7 years ago

0.2.1-beta.1

7 years ago

0.2.1-dev

7 years ago

0.2.0

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago