0.0.3-alpha.0 • Published 2 years ago

nnds-react v0.0.3-alpha.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

React wrapper for Stencil Components

This is a React specific wrapper for web components

Getting started

Install the package

yarn add nnds-react

Use Components

import { Component } from nnds-react;

<Component />

Development

Build your core stencil package at packages/components. Then, in this folder run:

yarn build