Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 883 Bytes

File metadata and controls

34 lines (24 loc) · 883 Bytes

@shalecss/react

NPM Version GitHub License

A pseudo-skeuomorph React component library built on @shalecss/core.

Installation

npm install @shalecss/react @shalecss/core

Usage

Import the core CSS and use the components:

import "@shalecss/core/dist/shale.css";
import { Button, Card, Input } from "@shalecss/react";

export default () => {
  return (
    <Card>
      <Input type="text" placeholder="Enter text..." />
      <Button>Submit</Button>
    </Card>
  );
};

Documentation

See the full documentation at https://logonoff.co/shalecss