Socket
Socket
Sign inDemoInstall

@rtkwlf/ui

Package Overview
Dependencies
10
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rtkwlf/ui

Arctic Wolf Networks React Component Library


Version published
Maintainers
1
Weekly downloads
3
decreased by-97.6%

Weekly downloads

Readme

Source

Arctic Wolf UI

Installation

Using npm or yarn.

npm install --save @rtkwlf/ui react react-dom react-is react-select styled-components

or

yarn add @rtkwlf/ui react react-dom react-is

Usage

Import the components you would like to use in your React Application:

import { Button } from @rtkwlf/ui;

Then use them in a component:

const example = () => (
  <Button>Click Me!</Button>
);

Development

Welcome developers! If you wish to help out with rtkwlf/ui then follow these instructions to get started.

  1. Fork the repo
  2. Install the dependencies: npm install
  3. Start the development server: npm start
  4. Make all the changes you want :)
  5. Put up a PR with your changes from your fork and make sure the github actions have passed.

Development Tips

  • If you are looking to make a new component, use the handy npm run gen command to generate the boilerplate

FAQs

Last updated on 24 Jun 2021

Did you know?

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc