0.0.16 • Published 4 months ago

@noveo/react-components v0.0.16

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

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>
);
0.0.16

4 months ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

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

0.0.1-beta.1

4 years ago

0.0.1-alpha.2

4 years ago