@ds-ale-projects/ds_desty_ui_001
v0.0.4
Published
Design system for Desty app
Downloads
12
Readme
DS Desty UI
Installation
npm i @ds-ale-projects/ds_desty_ui_001
Usage
import { AppLink } from '@ds-ale-projects/ds_desty_ui_001';
export function OurLinks() {
return (
<div>
<AppLink href="#explore">Explore</AppLink>
</div>
);
}