1.0.7 • Published 7 months ago
sidley-ui v1.0.7
Sidley-UI Package
A reusable component library for Sidley AI Applications.
Installation
npm install sidley-ui
Usage
import { CustomLink } from "sidley-ui";
const App = () => (
<CustomLink href="your-url-here">This is the visible text</CustomLink>
);