New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tigerspack

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tigerspack

The fastest UI framework for React

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Please note: the project is under development

tigerspack

Tigerspack

The fastest UI framework for React

npm package Build Status Coverage Status npm downloads Dependabot Status GitHub license PRs Welcome Tested with jest

Installation

Install Tigerspack using yarn:

yarn add tigerspack

Or npm:

npm install tigerspack

Note: You can compare yarn and npm commands in the yarn docs, here.

Usage

Import the required components. For example for a button this is look like this:

import { Alert, Button } from 'tigerspack';

Then use it in the body of your application:

const App = () => (
  <div>
    <Alert>Press button please</Alert>
    <Button>Button name</Button>
  </div>
)

See the full list of components and their parameters in the documentation.

Keywords

FAQs

Package last updated on 29 Apr 2020

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

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc