Gathering detailed insights and metrics for @limetech/lime-elements
Gathering detailed insights and metrics for @limetech/lime-elements
Gathering detailed insights and metrics for @limetech/lime-elements
Gathering detailed insights and metrics for @limetech/lime-elements
Provides reusable web components for Lime CRM
npm install @limetech/lime-elements
Typescript
Module System
Node Version
NPM Version
TypeScript (81.35%)
SCSS (16.5%)
CSS (1.37%)
JavaScript (0.61%)
HTML (0.13%)
Handlebars (0.04%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
41 Stars
6,160 Commits
16 Forks
14 Watchers
100 Branches
38 Contributors
Updated on Jul 11, 2025
Latest Version
38.19.2
Package Id
@limetech/lime-elements@38.19.2
Unpacked Size
62.77 MB
Size
12.07 MB
File Count
1,521
NPM Version
10.8.2
Node Version
20.19.1
Published on
Jul 10, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
57
In the ever-evolving landscape of web-applications, streamlining the creation of user interfaces (UIs) has become paramount. This is where web-component libraries and design systems come into play, offering a powerful combination to accelerate development, enhance consistency, and foster collaboration among developers.
Web-component libraries and design systems are crucial in the rapidly evolving web-applications landscape, accelerating development, enhancing consistency, and promoting collaboration.
Sponsored by Lime Technologies, Lime Elements is an open-source component library and a design system. It provides a high-quality set of well-designed, well-documented UI components, crafted in Stencil for enterprise-level products.
Our top developers and designers continuously improve Lime Elements, fixing bugs and adding new features. It serves as Lime Technologies' central repository for UI guidelines, standards, and components, ensuring a consistent brand experience across all our applications. Lime Elements standardizes colors, typography, layouts, and interactions for a cohesive, accessible user experience.
We invite you to leverage our web-component library and design system. It can streamline development, enhance consistency, ease collaboration, and deliver exceptional user experiences. Lime Elements can be instrumental in creating modern, scalable, and accessible web applications that resonate with users worldwide.
For a full list of components, along with live examples, please visit the documentation.
npm install @limetech/lime-elements
.To achieve a blazing fast rendering, our components' user interface utilizes a default cross-browser sans-serif font stack. As web components typically inherit font-related styles such as font-family
, font-size
, and color
, we recommend defining these styles at a higher level, such as the <body>
element. This is because we do not specify these defaults on each individual component.
To maintain consistency with the look & feel demonstrated in this documentation, we suggest incorporating the following styles into your project:
1font-family: ui-sans-serif, system-ui, sans-serif; 2font-size: 0.875rem; 3font-style: normal; 4font-weight: 400; 5color: rgb(var(--contrast-1500));
💡 About the color
specified above, read more on our color system.
Feel free to customize the font-family and related styles to suit your project's needs. For example, you might prefer a different typeface like below:
1font-family: 'Roboto', Arial, Verdana, sans-serif;
At Lime, we utilize the Windows 10 icon set from Icons8. You may notice these icons in our components, such as the magnifying glass icon displayed as a leading icon on an input field.
If you're using Lime Elements in a non-Lime product, you'll need to provide your own icons. We're unable to redistribute Icons8's assets with our package due to licensing restrictions.
Providing your own icons is crucial as many of our components use an Icon
interface. This interface allows you to specify an icon name, which corresponds to the filename of an SVG icon. For example, you can use this to display an icon on a button.
For Lime products:
To use @lundalogik/lime-icons8
, the /assets
folder from @lundalogik/lime-icons8
must be made available on the web-server.
For non-Lime products:
To use a different icon set, the icons must be placed in a folder structure that looks like this: assets/icons/<name-of-icon>.svg
If assets
is placed in the root, no other setup is needed. The icons will be fetched with a relative URL from /assets/icons/<name-of-icon>.svg
.
If assets
is placed in a sub-folder somewhere, the easiest way to make the icons available is to use the HTML base
element:
1<base href="/my/parent/path/" />
If this is not enough, or if the base
element is already in use for something else, a global icon path can be configured with the limel-config
element:
1<limel-config config={{iconPath: '/my/parent/path/'}} />
Components marked as @beta
are not yet stable. Here's what you need to know:
@beta
components in ways that break your code. We won't increase the major version number when we do this.@beta
components may have more bugs than other components. Use them at your own risk.@beta
components to get your input. Your feedback helps us improve them.Remember: All components can change, but @beta
components change more often and without warning.
npm start
.npm run
.No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
all dependencies are pinned
Details
Reason
license file detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 9
Details
Reason
Found 9/15 approved changesets -- score normalized to 6
Reason
8 existing vulnerabilities detected
Details
Reason
branch protection is not maximal on development and all release branches
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More