This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@gatherui/components

0.0.58 • Public • Published

GatherUI/Components

A work in progress UI library for GatherContent.

Check out our storybook!

Using the library

Run:

# npm
npm i @gatherui/components

# Yarn
yarn add @gatherui/components

Import the core css and optionally the font css.

import '@gatherui/components/dist/index.css';
import '@gatherui/components/dist/font.css';

and then you're ready to import UI components!

import { ButtonPrimary } from '@gatherui/components';

Deploying the Library

The library will automatically deploy when a new tag is pushed to the master branch. The easiest way to do this is to run git pull --tags, followed by npm version <major | minor | patch> followed by git push origin --tags and git push.

Package Sidebar

Install

npm i @gatherui/components

Weekly Downloads

1

Version

0.0.58

License

MIT

Unpacked Size

1.66 MB

Total Files

177

Last publish

Collaborators

  • ameemorris
  • gcdev
  • kyleharper
  • micmcgrorty