An open API service indexing awesome lists of open source software.

https://github.com/coderdiaz/linkzy

Create your own link-in-bio page with this unstyled components for React, Vue and Svelte
https://github.com/coderdiaz/linkzy

link-in-bio linktree-alternative

Last synced: 4 months ago
JSON representation

Create your own link-in-bio page with this unstyled components for React, Vue and Svelte

Awesome Lists containing this project

README

        

![Linkzy Logo](cover.png)

Linkzy

Unstyled components for create your own link-in-bio page.




GitHub
·
License

## Introduction

An open-source collection of unstyled components for create your link-in-bio using React, Vue (soon) and Svelte (soon). Say goodbye to generic page designs and stand out from the crowd. Linkzy empowers you to fully customize your link-in-bio according to your preferences.

## Install

Install one of the components from your command line.

#### With yarn

```sh
yarn add @linkzy/react -E
```

#### With npm

```sh
npm install @linkzy/react -E
```

#### With pnpm

```sh
pnpm install @linkzy/react -E
```

## Getting Started

Add the component to your template. Include styles where needed.

```jsx
import * as Linkzy from '@linkzy/react';

const Template = () => {
return (







A software engineer who designs








);
};
```

## Authors

- Javier Diaz ([@coderdiaz](https://x.com/coderdiaz))

## License

Licensed under the MIT License. See [LICENSE](./LICENSE.md) for more information.

Copyright © 2023 Javier Diaz Chamorro