This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

react-vapor
TypeScript icon, indicating that this package has built-in type declarations

31.3.1 • Public • Published

React-Vapor

Build Status codecov Npm total downloads badge npm license

Coveo Administration Console's design system.

Have a look at react-vapor's demo page!

Getting started

Prerequisites

This repository uses some external libraries defined as peer dependencies. You must install those libraries in you own project in order for react-vapor to work properly. All peer dependencies are listed in the package.json file along with their respective version requirements.

Install

npm install react-vapor

If you want to use react-vapor in a TypeScript context, the package already includes its types.

Usage

In a .jsx context:

const React = require('react');
const ReactDom = require('react-dom');
const Badge = require('react-vapor').Badge;

ReactDom.render(<Badge label="Hello react-vapor!" />, document.getElementById('SomewhereInYourApp'));

In a .tsx context:

import * as React from 'react';
import * as ReactDom from 'react-dom';
import {Badge} from 'react-vapor';

ReactDom.render(<Badge label="Hello react-vapor!" />, document.getElementById('SomewhereInYourApp'));

Contributing

See our main page.

License

react-vapor is distributed under Apache 2.0 license.

/react-vapor/

    Package Sidebar

    Install

    npm i react-vapor

    Weekly Downloads

    289

    Version

    31.3.1

    License

    Apache-2.0

    Unpacked Size

    4.49 MB

    Total Files

    3490

    Last publish

    Collaborators

    • sallain
    • aboissinot
    • mmitiche
    • jkatofsky
    • agong-coveo
    • pixhel
    • ndlr
    • npmcoveo
    • camarois
    • lcoolen
    • coveo-organization
    • coveoit
    • olamothe
    • sssayegh
    • ylakhdar
    • germainbergeron
    • gdostie
    • fblais
    • dgauthier
    • npmcoveord