0.0.7 • Published 10 months ago

garage v0.0.7

Weekly downloads
20
License
MIT
Repository
github
Last release
10 months ago

Features

  • 🔩 Easily Customizable
  • 🕊 Lightweight - less than 5kb including styles
  • Accessible

Installation

With yarn

yarn add garage

With NPM

npm install garage

Getting Started

Add the Garage to your app first. It will take care of all your states. Now you can access your states from anywhere!

import { Garage, createStore } from 'garage';
import App from './App';

const store = createStore();

const Index = () => {
  return (
    <Garage store={store}>
      <App/>
    </Garage>
  );
};

Documentation

Find the full API reference on official documentation.

0.0.7

10 months ago

0.0.6

10 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago