
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@trimble-oss/moduswebcomponents
Advanced tools
Modus Web Components is a modern, accessible UI library built with Stencil JS that provides reusable web components following Trimble's Modus design system. This updated version focuses on improved flexibility, enhanced theming options, comprehensive cust
A lightweight, flexible web component library built for enterprise applications. Create consistent, accessible, and beautiful user interfaces using framework-agnostic web components.
npm install @trimble-oss/moduswebcomponents
Import our styling in your main JavaScript or CSS file:
import '@trimble-oss/moduswebcomponents/modus-wc-styles.css';
Import components where needed:
import '@trimble-oss/moduswebcomponents';
<!-- Add components to your HTML -->
<modus-wc-button color="primary" aria-label="Example button"
>Click Me</modus-wc-button
>
npm install
npm start
to start a development version of Stencil and Storybooknpm run build
to build the component library & storybook for production.
npm run format
to format your code using Prettier and ESlint.
npm run lint
to check your code for linting errors.
npm test
to run the test suite.
There is also:
npm run test:coverage
- Check the code coverage of our unit tests.npm run test:update-snapshot
- Update the snapshot tests if you've changed a component.npm run test:watch
- Watches for changes and re-runs unit tests.On PR creation and merge to main
the "Publish Storybook" action will automatically run. Once complete, a comment will be added to the PR with a link to a hosted Storybook page.
Please read the CONTRIBUTING doc for details on our code of conduct, and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
Modus Web Components is a modern, accessible UI library built with Stencil JS that provides reusable web components following Trimble's Modus design system. This updated version focuses on improved flexibility, enhanced theming options, comprehensive cust
We found that @trimble-oss/moduswebcomponents demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.