1.0.13 • Published 10 months ago

@gandi-ide/gandi-ui v1.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

gandi-ui

A component library for the Gandi Editor service

NPM version NPM downloads

Usage

Development

# install dependencies
$ yarn install

# develop library by docs demo
$ yarn start

# build library source code
$ yarn run build

# build library source code in watch mode
$ yarn run build:watch

# build docs
$ yarn run docs:build

# Locally preview the production build.
$ yarn run docs:preview

# check your project for potential problems
$ yarn run doctor
import React from 'react';

// 1. Introduce the `GandiProvider` component.
import { GandiProvider } from '@gandi-ide/gandi-ui';

function App() {
  // 2. Wrap the GandiProvider around the root of your application
  return (
    <GandiProvider>
      <TheRestOfYourApplication />
    </GandiProvider>
  );
}

LICENSE

MIT

1.0.13

10 months ago

1.0.12

11 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago