forked from Lundalogik/lime-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontext7.json
More file actions
29 lines (29 loc) · 1.61 KB
/
context7.json
File metadata and controls
29 lines (29 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"$schema": "https://context7.com/schema/context7.json",
"projectTitle": "Lime Elements",
"description": "Modern web component library for enterprise applications built with Stencil. Provides accessible, customizable UI components with comprehensive design system.",
"branch": "gh-pages",
"folders": ["versions/latest/markdown-docs"],
"excludeFolders": [
"versions/latest/build",
"versions/latest/assets",
"versions/latest/style",
"versions/latest/markdown-docs/**/examples"
],
"rules": [
"Lime Elements components are web components built with Stencil",
"Use kebab-case for component tags (e.g., <limel-button>, <limel-input-field>)",
"All components are prefixed with 'limel-'",
"Install via npm: npm install @limetech/lime-elements",
"TypeScript is fully supported with built-in type definitions",
"Components use shadow DOM and work with any framework (React, Vue, Angular, vanilla JS)",
"CSS custom properties are used for theming and customization",
"Icons require setup - components accept icon names that correspond to SVG filenames",
"Most components emit custom events - listen with addEventListener or framework event bindings",
"Components inherit font styles from parent - set font-family on body or parent element",
"Use the --lime-primary-color CSS variable to set the accent color for your application",
"Import components via script tag or module bundler as needed",
"For dark mode support, load color-palette-extended.css from the package",
"All prop names use camelCase in JavaScript/TypeScript but kebab-case in HTML attributes"
]
}