Socket
Socket
Sign inDemoInstall

@core-design/components-react

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@core-design/components-react

React wrappers for Core Design System Components


Version published
Maintainers
3
Created
Source

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.

FAQs

Package last updated on 01 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc