@replayio/overboard
v0.4.1
Published
The offical design system for the fictitious Replay Overboard store.
Downloads
891
Maintainers
Keywords
Readme
Overboard Design System
The offical design system for the fictitious Replay Overboard store.
Install
npm install @replay/overboard
Usage
Import the overboard CSS file:
@import url("@replayio/overboard/index.css");
Now you can use components like Hoverboard
wherever you want:
import { Hoverboard } from "@replay/overboard";
export default function App() {
return <Hoverboard color="blue" rotate={90} />;
}