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

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

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
```