0.2.0 • Published 4 years ago

tigerspack v0.2.0

Weekly downloads
120
License
MIT
Repository
github
Last release
4 years ago

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.

0.2.0

4 years ago

0.1.19

4 years ago

0.1.18

4 years ago

0.1.16

4 years ago

0.1.14

4 years ago

0.1.13

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.9

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.20

4 years ago

0.0.17

4 years ago

0.0.18

4 years ago

0.0.19

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago