0.4.1 • Published 2 years ago

@replayio/overboard v0.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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} />;
}
0.4.1

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.0

2 years ago