https://github.com/adygcode/screencraft-components
ScreenCraft Components Project
https://github.com/adygcode/screencraft-components
Last synced: over 1 year ago
JSON representation
ScreenCraft Components Project
- Host: GitHub
- URL: https://github.com/adygcode/screencraft-components
- Owner: AdyGCode
- Created: 2023-10-30T11:02:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T05:05:24.000Z (about 2 years ago)
- Last Synced: 2025-01-22T00:16:24.035Z (over 1 year ago)
- Language: CSS
- Size: 9.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# SsreenCraft Components
An open source component collection for TailwindCSS
BETA ONLY
## Packages Used
- @tailwindcss/typography
- npm install @tailwind/typography
- @tailwindcss/forms
- npm install @tailwindcss/forms
- @tailwindcss/aspect-ratio
- npm install @tailwindcss/aspect-ratio
- @tailwindcss/container-queries
- npm install @tailwindcss/container-queries
- tailwindcss-elevation
- npm install tailwindcss-elevation
- tailwindcss-truncate-multiline
- npm install tailwindcss-truncate-multiline
- Font Awesome Free
- https://fontawesome.com/
- https://origin.fontawesome.com/docs/web/setup/host-yourself/webfonts
- Fontawesome Tailwind Plugin
- npm install tailwind-fontawesome
- https://github.com/mattpfeffer/tailwind-fontawesome
```shell
set PATH=%PATH%\;%programdata%\laragon\bin\nodejs\node-v20
```
```shell
npm install && npm update &&
npx tailwindcss -i .\src\input.css -o .\assets\css\site.css --watch
```