New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

toggle-hu-react

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

toggle-hu-react

Toggle component for React

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

Contributors Forks Stargazers Issues MIT License LinkedIn


hu-components

components

A collection of small reusable and lightweight React components
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

I find most component frameworks to overly complex and large for most of my needs, so I decided to start publishing encapsulated, small and reusable components that have a clean and easily stylable design.

Built With

The packages all use a template called react-component-publish, and they only ever use eachother as dependencies

Getting Started With Contributing

To get a local test environment up and running follow these simple steps.

Prerequisites

You need to clone both imp-dance/components and imp-dance/components-serve.

  • components-serve is your test environment, and essentially a local copy of haakon.underbakke.net/components, where you will be doing most of your work.
  • components is where you will add your changes or components and create a pull request.

Cloning the repositories

mkdir hu-components
cd hu-components
git clone https://github.com/imp-dance/components.git

cd ../

mkdir hu-components-test
cd hu-components-test
git clone https://github.com/imp-dance/components-serve.git

Starting the dev-environment

Assuming you are still in ./hu-components-test, run the follwing commands

cd components-serve/components
npm install

After the packages have finished installing, you can start the test environment

npm run start

Making changes

From components-serve/components, you can load in the examples from src/components/reusable instead of directly from NPM, then you can edit them directly to see the live changes.

Roadmap

See the open issues for a list of proposed features (and known issues).

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Håkon Svennes Underbakke - @impedansen - haakon@underbakke.net

Project Link: https://github.com/imp-dance/components

Acknowledgements

FAQs

Package last updated on 10 Apr 2021

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