Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Components library for building modern web applications with Vanilla JS and React, built with Sass and TypeScript.
Dash UI is an open-source component library for building modern web applications with Vanilla JavaScript and React, inspired by Tailwind CSS and built with Sass and TypeScript.
Dash UI is a components library that provides reusable UI components for both Vanilla JS and React. It takes styling inspiration from Tailwind CSS and implements components with Sass for styling and TypeScript for types. The project is maintained by the DashReact GitHub organization and published as an npm package under @dash-ui-lib/core. Its demos cover themes and buttons, layouts and text utilities, flex utilities, a grid system, glass effects, and loaders.
nx g @nrwl/react:app for apps and nx g @nrwl/react:component for components, plus nx g @nrwl/react:hook for hooks.nx run commands, and unit tests run via nx test with linting via nx lint.nx build and published to the public npm registry from the dist folder using npm publish --access public.