mirror of
https://github.com/LouisShark/chatgpt_system_prompt.git
synced 2025-08-11 16:58:16 -04:00
added GPT: Strap UI
This commit is contained in:
parent
25b9eff5e0
commit
a7d59ec09a
9 changed files with 586 additions and 0 deletions
69
prompts/gpts/knowledge/Strap UI/styles_updated.json
Normal file
69
prompts/gpts/knowledge/Strap UI/styles_updated.json
Normal file
|
@ -0,0 +1,69 @@
|
|||
{
|
||||
"promptForNewResources": "Search for the latest CSS libraries for web design as of [current year]",
|
||||
"cssLibraries": [
|
||||
{
|
||||
"name": "Animate.css",
|
||||
"description": "Library for ready-to-use CSS animation effects, easy to implement.",
|
||||
"features": [
|
||||
"Pre-built collection of animation effects",
|
||||
"Compatible with all modern browsers"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Pure CSS",
|
||||
"description": "Lightweight and modular CSS library, offers a range of responsive grids and UI elements.",
|
||||
"features": [
|
||||
"Responsive grid",
|
||||
"Styles for vertical and horizontal menus"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Emotion.js",
|
||||
"description": "CSS-in-JS library, allows writing CSS styles directly in JavaScript code.",
|
||||
"features": [
|
||||
"Theming and global styles utilities",
|
||||
"Supports server-side rendering (SSR)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Magic CSS",
|
||||
"description": "User-friendly library for adding animations and transitions to web pages.",
|
||||
"features": [
|
||||
"Wide range of pre-defined animations",
|
||||
"Lightweight library for fast load times"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Water CSS",
|
||||
"description": "Lightweight and minimalistic CSS library, focuses on readability and clarity.",
|
||||
"features": [
|
||||
"Easy to use and implement",
|
||||
"No external dependencies"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Picnic CSS",
|
||||
"description": "Offers a variety of pre-built styles, lightweight and fast-loading.",
|
||||
"features": [
|
||||
"Highly customizable",
|
||||
"Suitable for projects prioritizing performance"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "CSS Wand",
|
||||
"description": "Versatile CSS library with a range of pre-designed styles and tools.",
|
||||
"features": [
|
||||
"Simplifies the creation of visual effects",
|
||||
"Customizable options"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Spectrum CSS",
|
||||
"description": "Developed by Adobe, offers pre-defined styles and components for web applications.",
|
||||
"features": [
|
||||
"Responsive grid system",
|
||||
"Modern design principles focused on simplicity"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue