1
0
pines/data.json

135 lines
7.9 KiB
JSON
Raw Normal View History

2023-05-24 05:29:02 -07:00
{
"elements" : {
"accordion" : "Accordion",
"alert" : "Alert",
"badge" : "Badge",
"banner" : "Banner",
"breadcrumbs" : "Breadcrumbs",
"button" : "Button",
"card" : "Card",
"checkbox" : "Checkbox",
"command" : "Command",
2023-05-24 05:29:02 -07:00
"context-menu" : "Context Menu",
"copy-to-clipboard" : "Copy to Clipboard",
"date-picker" : "Date Picker",
"dropdown-menu" : "Dropdown Menu",
"full-screen-menu" : "Full Screen Menu",
"full-screen-modal" : "Full Screen Modal",
"hover-card" : "Hover Card",
"image-gallery" : "Image Gallery",
2023-05-24 05:29:02 -07:00
"menubar" : "Menu Bar",
"modal" : "Modal",
"navigation-menu" : "Navigation Menu",
"pagination" : "Pagination",
"popover" : "Popover",
"progress" : "Progress",
"quotes" : "Quotes",
"radio-group": "Radio Group",
2023-05-24 05:29:02 -07:00
"range-slider": "Range Slider",
"select" : "Select",
"slide-over" : "Slide-over",
2023-05-24 05:29:02 -07:00
"switch" : "Switch",
"table" : "Table",
"tabs" : "Tabs",
"text-animation" : "Text Animation",
"text-input" : "Text Input",
"textarea" : "Textarea",
"textarea-auto-resize" : "Textarea (auto-resize)",
2023-05-24 05:29:02 -07:00
"tooltip" : "Tooltip",
"typing-effect" : "Typing Effect",
"video" : "Video"
},
"description" : {
"accordion" : "An accordion element to show and hide content.",
2023-05-24 05:29:02 -07:00
"alert" : "An alert element that is used to draw attention.",
"badge" : "A badge element used to highlight new or updated content, indicate status, or convey additional information.",
"banner" : "Call to action banner that stick to the top or bottom of the page.",
"breadcrumbs" : "A breadcrumb navigation element that can be used to show a user's location within a website.",
"button" : "A button element that can be used to trigger an action.",
"card" : "A card element that can be used to display content.",
"checkbox" : "A checkbox element that can be used to select one or more options.",
"command" : "A simple and searchable command menu element.",
2023-05-24 05:29:02 -07:00
"context-menu" : "A context menu element that can be used to show a menu of actions for functions.",
"copy-to-clipboard" : "An element that will copy text to clipboard when clicked.",
"date-picker" : "A date picker element that can be used to select a date.",
"dropdown-menu": "A simple dropdown menu element.",
"full-screen-menu" : "A full screen menu element.",
"full-screen-modal" : "A full screen modal element.",
"hover-card" : "A hover element card preview.",
"image-gallery" : "A simple image gallery element for showing images.",
2023-05-24 05:29:02 -07:00
"modal" : "A simple modal element that can be used to show and hide content.",
"menubar" : "A visually persistent menu common in desktop applications, offering convenient access to a consistent set of commands.",
"navigation-menu" : "A simple navigation menu element",
"pagination" : "A pagination element that can be used to navigate through pages of content.",
"popover" : "A popover element that can display rich content in a portal, triggered by a button.",
"progress" : "A progress element that can be used to show the progress of a task.",
"quotes" : "A blockquote element that can be used to display a quote.",
"radio-group" : "A radio selection element that can be used to select one option.",
2023-05-24 05:29:02 -07:00
"range-slider" : "A range slider element that uses the input type range.",
"select" : "A custom select input element that can be used to select an option.",
"slide-over" : "A slide-over element that can be used to show content from the side.",
2023-05-24 05:29:02 -07:00
"switch" : "A simple toggle switch element to enable or disable an option.",
"tabs" : "A tab element that can be used to show and hide content.",
"table" : "A table element for displaying tabular data.",
"textarea" : "A textarea form input element for collecting long user info.",
"textarea-auto-resize" : "A textarea form input element that automatically resizes to fit the content.",
2023-05-24 05:29:02 -07:00
"text-animation" : "Simple text animation elements.",
"text-input" : "A form input element that can be used to collect user input.",
"tooltip": "A simple tooltip element that can be used to show additional information.",
"typing-effect" : "This is an element that can be used to type text on to the screen.",
"video" : "A customized video element that can be used to display a video."
},
"container" : {
"accordion" : "w-full p-10 box-border flex items-start justify-start max-w-lg mx-auto",
"alert" : "w-full p-10 box-border flex flex-col space-y-5 items-center justify-center max-w-3xl mx-auto",
"badge" : "w-full p-10 box-border flex items-center justify-center space-x-2",
"banner" : "w-full relative overflow-hidden",
"breadcrumbs" : "w-full p-10 box-border flex items-center justify-center mx-auto",
"button" : "w-full p-10 box-border flex space-x-3 items-center justify-center mx-auto",
"card" : "w-full p-10 box-border flex items-center justify-center mx-auto",
"checkbox" : "w-full p-10 box-border flex items-center justify-center mx-auto",
"command" : "w-full p-10 box-border flex items-center justify-center",
"context-menu" : "w-full p-10 box-border flex items-center justify-center",
"copy-to-clipboard" : "w-full p-10 box-border flex items-center justify-center",
"date-picker" : "w-full p-10 box-border flex items-center justify-center",
"dropdown-menu" : "w-full p-10 box-border flex items-center justify-center",
"full-screen-menu" : "w-full p-10 box-border flex items-center justify-center",
"full-screen-modal" : "w-full p-10 box-border flex items-center justify-center",
"hover-card" : "w-full p-10 box-border flex items-center justify-center",
"image-gallery" : "w-full p-10 box-border flex items-center justify-center",
"modal" : "w-full p-10 box-border flex items-center justify-center",
"menubar" : "w-full p-10 box-border flex items-center justify-center",
"navigation-menu" : "w-full p-10 box-border flex items-center justify-center",
"pagination" : "w-full flex items-end justify-center",
"popover" : "w-full p-10 box-border flex items-center justify-center",
"progress" : "w-full max-w-sm mx-auto p-10 box-border flex items-center justify-center",
"quotes" : "w-full p-10 box-border flex items-center justify-center",
"radio-group" : "w-full p-10 box-border flex items-center justify-center",
2023-05-24 05:29:02 -07:00
"range-slider" : "p-10 box-border flex items-center justify-center",
"select" : "w-full p-10 box-border flex items-center justify-center",
"slide-over" : "w-full p-10 box-border flex items-center justify-center",
"switch" : "w-full p-10 box-border flex items-center justify-center",
"tabs" : "w-full p-10 box-border flex items-center justify-center",
"textarea" : "w-full py-10 px-48 box-border flex items-center justify-center",
"textarea-auto-resize" : "w-full py-10 px-48 box-border flex items-center justify-center",
"text-animation" : "w-full py-10 box-border flex items-center justify-center",
"text-input" : "w-full py-10 px-48 box-border flex items-center justify-center",
"tooltip" : "w-full p-10 box-border flex items-center justify-center",
"typing-effect" : "w-full p-10 flex items-center justify-center",
2023-05-24 05:29:02 -07:00
"video" : "py-10 w-[640px] mx-auto box-border flex items-center justify-center"
},
"tailwind_only" : [
"alert",
"badge",
"breadcrumbs",
"button",
"card",
"checkbox",
"quotes",
2023-05-24 05:29:02 -07:00
"range-slider",
"table",
"text-input",
"textarea",
"pagination"
]
}