An open-source design system that helps us build a unified web experience.
iTwinUI is a design system for building beautiful and well working web UI components within Bentley Systems & iTwin.js applications. It supports light and dark color schemes and also comes with high contrast versions of both.
iTwinUI-css consists of the following packages:
@itwin/itwinui-css - the CSS for every component as well as some global styles
@itwin/itwinui-variables - CSS variables for iTwinUI's design tokens
If you're looking for React components, check out @itwin/itwinui-react which is built on top of iTwinUI-css.
Apply the iui-root class at the root of your app, and use data-iui-theme to specify theme (light or dark). See @itwin/itwinui-variables/README.md for more details on theming.
<bodyclass="iui-root"data-iui-theme="light"><!-- your application code --></body>
Check out our demo website for a preview of all our components.
Contributing
Are you interested in helping iTwinUI grow and expand? You can submit feature requests or bugs by creating issues.
Please read our CONTRIBUTING.md for more information.
CSS library for building beautiful and well working web UI components within Bentley Systems & iTwin.js applications.
The npm package @itwin/itwinui-css receives a total of 2,492 weekly downloads. As such, @itwin/itwinui-css popularity was classified as popular.
We found that @itwin/itwinui-css demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.It has 5 open source maintainers collaborating on the project.
Package last updated on 04 May 2023
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.
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.