$ npm install @salte-io/quillie-components
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>
);
}
These are issues that we know about, but don't have a clear fix for!
There are currently no known issues, thanks for checking!