https://github.com/rayyannafees/solidui
https://github.com/rayyannafees/solidui
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rayyannafees/solidui
- Owner: RayyanNafees
- License: mit
- Created: 2024-01-31T10:41:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T10:41:09.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T14:27:50.388Z (12 months ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# {{name_of_lib}}
[](https://pnpm.io/)
{{desc_of_lib}}
> **Note** After using this template, you have to search and replace all `{{name_of_lib}}` and similar strings
> with appropriate texts.
>
> `{{name_of_lib}}` should be a **kebab-case** string representing the name of you monorepo.
>
> `{{desc_of_lib}}` should be a **Normal case** string with the description of the repository.
>
> `{{me}}` should be a **kebab-case** string from your profile URL.
## Quick start
Install it:
```bash
npm i {{name_of_lib}}
# or
yarn add {{name_of_lib}}
# or
pnpm add {{name_of_lib}}
```
Use it:
```tsx
import {{name_of_lib}} from '{{name_of_lib}}'
```