@shalecss/react
v0.0.2
Published
a pseudo-skeuomorph React component library
Readme
@shalecss/react
A pseudo-skeuomorph React component library built on @shalecss/core.
Installation
npm install @shalecss/react @shalecss/coreUsage
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
