@farobot/island
v1.0.0
Published
A island component library for building isolated yet interactive components for Farobot UI.
Downloads
72
Readme
@farobot/island
A island component library for building isolated yet interactive components for Farobot UI.
Think of an island as an interactive widget floating in a sea of otherwise static HTML.
Installation
Install the package using npm:
npm install @farobot/islandUsage
Import the component and stylesheet in project:
import '@farobot/island/styles.css';
import { DemoIsland } from '@farobot/island';
<DemoIsland />Changelog
All notable changes to this project will be documented in CHANGELOG.md.
