sa_designsystem
v0.0.18
Published
The **Sign Agent Design System** is a Vue 3 implementation of the Figma-based SisgnAgent Design System. It provides a set of components required to cleanly implement it.
Readme
SignAgent Design System
The Sign Agent Design System is a Vue 3 implementation of the Figma-based SisgnAgent Design System. It provides a set of components required to cleanly implement it.
Installation
npm install sa_designsystemMake sure you import the sa_designsystem's css. In your main.ts add this:
import 'sa_designsystem/dist/sa_designsystem.css'Usage
import {ButtonElement} from sa_designsystem;
<template>
<ButtonElement>Click Me</ButtonElement>
</template>Documentation and Examples
Please visit the SignAgent Design System Docs site for detailed documentation and usage examples
