1.0.13 • Published 11 months ago

@gandi-ide/gandi-ui v1.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
11 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

11 months ago

1.0.12

12 months ago

1.0.11

12 months ago

1.0.10

12 months ago

1.0.9

12 months ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago