A pseudo-skeuomorph React component library built on @shalecss/core.
npm install @shalecss/react @shalecss/coreImport 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>
);
};See the full documentation at https://logonoff.co/shalecss