@skope-io/skope-lib
v0.0.15
Published
Shared library for Skope IO
Downloads
10
Readme
Skope IO Lib
Description
This is the official shared library for Skope IO. It contains shared components, hooks, utils, etc. that are used across the Skope IO platform.
What this library contains so far
- Components
How to use this library
- Install the library in your project
npm install @skope-io/skope-lib
Import the library in your project
Use the library in your project
import { Button } from "@skope-io/skope-lib";
export default function Home() {
return <Button />;
}