@noveo/react-components

0.0.16 • Public • Published

Noveo Logo

Noveo React Components

React Components - wrapper for @noveo/web-components.

Web Components was designed using Noveo UI Kit and built on Stencil.

These wrappers were written because React supports web-components only for 71%: React web-components support.

Documentation for UI kit is available in Storybook.

Installation

By npm:

npm install @noveo/react-components --save

Or by yarn:

yarn add @noveo/react-components

IMPORTANT! Almost all Noveo components depend on the nv-icon component to render icons, so make sure to follow the instructions for that component before using the others!

Usage

import { NvButton } from '@noveo/react-components';

const EditButton = ({ handleClick, text }) => (
  <NvButton color="success" onClick={handleClick}>
    {text}
  </NvButton>
);

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.161latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.161
0.0.150
0.0.140
0.0.130
0.0.120
0.0.110
0.0.101
0.0.90
0.0.80
0.0.70
0.0.60
0.0.50
0.0.40
0.0.30
0.0.20
0.0.10
0.0.1-beta.10
0.0.1-alpha.21

Package Sidebar

Install

npm i @noveo/react-components

Weekly Downloads

3

Version

0.0.16

License

MIT

Unpacked Size

276 kB

Total Files

6

Last publish

Collaborators

  • adergaev
  • noveo-adobrodiy
  • agsh
  • noveogroup
  • noobikz0r
  • zlblden
  • koluch