@solomonai/templates
v0.1.0
Published
This package contains document templates that can be used throughout the SMB Financial Management Platform.
Readme
Document Templates
This package contains document templates that can be used throughout the SMB Financial Management Platform.
Usage
import { listValue, aiValue } from '@smb-financial-management-platform/templates';
/ Use the template in your component
const MyComponent = () => {
return (
<div>
{/* Render the template */}
{listValue}
</div>
);
};Available Templates
The package includes various document templates for:
- AI assistance
- Basic text elements and formatting
- Tables
- Lists
- Media embeds
- And more
These templates can be used as starting points for creating documents in the platform.
