Skip to content

DS one

A modern design system with internationalization support

Web Components

Built with Lit and TypeScript for modern web development

Internationalization

Built-in support for multiple languages and RTL layouts

CDN Ready

Load via CDN or install via package manager

TypeScript

Full TypeScript support with comprehensive type definitions

<script
type="module"
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/index.esm.js"
></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/DS1/1-root/screen.css"
/>
<button-v1 variant="primary">Hello World</button-v1>
<text-v1 variant="heading">Welcome to DS one</text-v1>