@core-design/components-react
v2.6.1
Published
React wrappers for Core Design System Components
Readme
React Components
This package contains Stencil's core-design, but in pre-compiled React wrappers.
Usage
import React from "react";
import { CoreButton } from "@core-design/components-react";
export default function App() {
return (
<div className="App">
<CoreButton>Button</CoreButton>
</div>
);
}...just add props 😁
Package Management
To compile and build packages, head to the core-design root and run:
lerna run buildPublishing to NPM
Lerna provides a simple CLI interface for publishing to NPM. See the root readme for more info.
