Socket
Book a DemoInstallSign in
Socket

@tonydinh/react-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tonydinh/react-toolkit

A collection of reusable react components.

latest
Source
npmnpm
Version
1.0.0-rc.17
Version published
Weekly downloads
8
300%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

react

FAQs

Package last updated on 21 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.