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