Numl is a UI Design Language, UI Library of Web Components, and Runtime CSS Framework for rapidly building interfaces that follow your Design System π
Add the following code to your page.
via JsDelivr:
<script type="module" src="https://cdn.jsdelivr.net/npm/numl@1.1.2/dist/index.js"></script>
That's all! Now you can use all elements and features of Numl π
Try to add a simple element:
<nu-btn>My button</nu-btn>
See our Handbook for more details and other ways to install Numl.
- Add a single JS-script to your page, and you are ready to create virtually any interface using only HTML syntax quickly. No bundler, no config, and no frustration.
- Integrate Numl with popular JS-Frameworks. Use it with SSG if you like.
- Use color generation system and styles-to-state bindings to decrease style declarations up to dozens of times compared to plain CSS.
- Easily create your own Design System and UI Kit based on Numl. Example
- Customize your elements at any level: Globally, in context, directly. Use design tokens (Custom Properties) for a more convenient way to customize.
- Remove dozens of UI helper libraries from your project 'cause Numl can do it itself.
- Add your own elements, style attributes, behaviors, design tokens, custom units, and more...
- Use it for free. Contribute if you like it.
- For beginners Use a well-thought-out Design System with automatic Dark Scheme and High Contrast Mode for rapid development of adaptive and accessible UIs. Create new components by nesting or/and styling foundation elements.
- For enthusiastic Customize the Numl Design System to the smallest detail in runtime using HTML. Use behaviors and control system to add simple interactions. Add your favorite framework (Vue.js, Angular, React, Svelte...) for complex logic.
- For experts Use JavaScript API to create elements that follow your Design System on top of the Numl. Integrate Design Tokens into elements to have more control. Add your own unique elements, styles, behaviors, and tokens.
- All-in-one β Numl is both a markup language for rapidly building responsive interfaces and a set of ready-to-use highly-customizable accessible elements. So you can use a single comprehensive tool to compose and style web applications. It's also possible to create simple interactions without writing JS.
- Unique β Numl is based on unique CSS generation technology that allows you to unleash all the power of modern CSS and take all styles under your control.
- DX Focused β Numl is focused on providing the best possible Developer Experience. It has lots of built-in helpers and solutions for routine UI development and its atomic approach is convenient for maintaining and refactoring.
- Universal β Numl is built on top of Web Components, a modern web API to create reusable UI elements, and it's compatible with most modern JS-frameworks. You can use it as is or create lightweight wrappers for your favorite framework to improve DX, SSR and SEO.
- Cube.js UI Kit by Cube Dev.
- Numl Website (Repo Link) - built with Nuxt and Vue.js.
- Old Numl Landing Page (Repo Link) built with Parcel.
- Old Numl Storybook (Repo Link) built with Vue.js and Webpack.
- Sellerscale β Project Screenshot Light | Project Screenshot Dark | Project Screenshot Light Contrast | Project Screenshot Dark Contrast
- Web Standards Calendar by @KatrinLuna (Repo Link).
Numl is tested in the latest two versions of the following browsers:
- Microsoft Edge
- Google Chrome
- Mozilla Firefox
- Apple Safari
- Apple iOS Safari
- Google Android
Critical bug fixes in earlier versions will be addressed based on their severity and impact.
If you need to support IE11 or pre-Chromium Edge, this library isn't for you. Although web components can (to some degree) be polyfilled for legacy browsers, supporting them is outside the scope of this project. If you're using Numl in such a browser, you're gonna have a bad time.
npm start
run Numl Playground.npm run build
build the library todist
:dist/index.js
- ES6 tree-shaking friendly module. (Exports globalNude
object)
npm run dev
build the library, then keep rebuilding it whenever the source files change.npm run test
run tests.
Run npm start
to view test page with few examples.
- Numl v2: style2state syntax proposal
- Numl-React v1: Modular & Accessible React UI Library π
- Theme-Generator π
- More documentation, examples, and tests
- TRL Support
- Improved Behavior System
- Figma UI Kit π (Coming Soon)
We are looking for contributors!
Numl is a big and ambitious project with open source that it has a unique approach in UI development.
Join us for creating a better Web for everyone!
If you want to join us or leave some feedback write to this email: inbox@numl.design
And here is our Discord. (Ask your questions here!)
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!