2.6.1 • Published 4 years ago
@core-design/components-react v2.6.1
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 build
Publishing to NPM
Lerna provides a simple CLI interface for publishing to NPM. See the root readme for more info.
2.6.1
4 years ago
2.6.0
4 years ago
2.5.2
5 years ago
2.5.1
5 years ago
2.5.0
5 years ago
2.4.0
5 years ago
2.3.2
5 years ago
2.3.3
5 years ago
2.3.1
5 years ago
2.3.0
5 years ago
2.1.6
5 years ago
2.1.5
5 years ago
2.1.3
5 years ago
2.1.2
5 years ago
2.1.1
5 years ago
2.2.0
5 years ago
2.1.0
5 years ago
2.0.7
5 years ago
2.0.5
5 years ago
2.0.4
5 years ago
2.0.6
5 years ago
2.0.3
5 years ago