Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

salte-io/quillie-components

Repository files navigation

NPM Version NPM Downloads CI Build Coveralls

semantic-release

Install

$ npm install @salte-io/quillie-components

Usage

import React from 'react';
import { Button, Theme } from '@salte-io/quillie-components';

export function MyComponent(): JSX.Element {
  return (
    <Button theme={Theme.Secondary}>
      My Super Cool Button
    </Button>
  );
}

Known Issues

These are issues that we know about, but don't have a clear fix for!

There are currently no known issues, thanks for checking!