2.6.1 • Published 3 years ago

@core-design/components-react v2.6.1

Weekly downloads
28
License
-
Repository
github
Last release
3 years ago

React Components

npm version

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 😁

codesandbox.io example

Package Management

To compile and build packages, head to the core-design root and run:

lerna run build

Publishing to NPM

Lerna provides a simple CLI interface for publishing to NPM. See the root readme for more info.

2.6.1

3 years ago

2.6.0

3 years ago

2.5.2

3 years ago

2.5.1

3 years ago

2.5.0

3 years ago

2.4.0

3 years ago

2.3.2

3 years ago

2.3.3

3 years ago

2.3.1

3 years ago

2.3.0

3 years ago

2.1.6

4 years ago

2.1.5

4 years ago

2.1.3

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.7

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.6

4 years ago

2.0.3

4 years ago