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.
Install the package using npm:
npm install @farobot/island
Import the component and stylesheet in project:
import '@farobot/island/styles.css';
import { DemoIsland } from '@farobot/island';
<DemoIsland />
All notable changes to this project will be documented in CHANGELOG.md.