This package has been deprecated

Author message:

please use @scaleds/components-react

@scaleds/scale-react
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

Scale-React

A React Proxy for Scale Components

Installation

  • To installl run yarn add @scaleds/scale-react

Usage

import React from 'react';
import { ScaleButton } from '@scaleds/scale-react';

const App: React.FC = () => (
  <div className="app">
    <h3 style={{ color: colors.primary.default }}>
      Button
    </h3>
    <ScaleButton variant="primary">Click!</ScaleButton>
  </div>
);

/@scaleds/scale-react/

    Package Sidebar

    Install

    npm i @scaleds/scale-react

    Weekly Downloads

    1

    Version

    0.1.3

    License

    none

    Unpacked Size

    37.8 kB

    Total Files

    31

    Last publish

    Collaborators

    • r3l6
    • acstll
    • eeegor