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
- Host: GitHub
- URL: https://github.com/coderdiaz/linkzy
- Owner: coderdiaz
- License: mit
- Created: 2023-11-11T03:06:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-16T17:13:07.000Z (over 1 year ago)
- Last Synced: 2025-01-05T08:29:42.351Z (6 months ago)
- Topics: link-in-bio, linktree-alternative
- Language: TypeScript
- Homepage:
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README

LinkzyUnstyled components for create your own link-in-bio page.
## 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