Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sagrsuri/vite-gist
NPM Package For Gist View
https://github.com/sagrsuri/vite-gist
gist github-gist npm-package
Last synced: about 1 month ago
JSON representation
NPM Package For Gist View
- Host: GitHub
- URL: https://github.com/sagrsuri/vite-gist
- Owner: SagrSuri
- Created: 2024-09-06T11:48:26.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T16:52:17.000Z (2 months ago)
- Last Synced: 2024-10-12T08:04:16.474Z (about 1 month ago)
- Topics: gist, github-gist, npm-package
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/vite-gist
- Size: 4.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Gist Viewing Package.
#### [🙏 DONATE ](https://buymeacoffee.com/sagarsuri) ❤️
![Alt text](https://github.com/SagrSuri/vite-gist/raw/main/assets/white.png)
![Alt text](https://github.com/SagrSuri/vite-gist/raw/main/assets/dark.png)#### THIS PACKAGE YOU CAN USE IN YOUR REACT PROJECT
## Install
```bash
npm i vite-gist```
```
user need to install - npm install react-syntax-highlighter
- user will also need to apply on react project tailwindcss
``````Javascript
import React from 'react';
import {GistViewer} from 'vite-gist';const App = () => (
);```
```bash
npm i vite-gist@latest
``````bash
npm i [email protected]
```
```bash
1. You Must Be Apply in Your React Project tailwindcss then can you also handle the design
2. Install react-icons
2 Install react-syntax-highlighter
``````bash
You Need TO Install Use Tailwind Css in your project then will work properly design
```