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

0.1.4 • Public • Published

Scale-React

A React Proxy for Scale Components

Installation

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

Usage

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

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

/@scaleds/components-react/

    Package Sidebar

    Install

    npm i @scaleds/components-react

    Weekly Downloads

    2

    Version

    0.1.4

    License

    none

    Unpacked Size

    37.7 kB

    Total Files

    31

    Last publish

    Collaborators

    • r3l6
    • acstll
    • eeegor