Пакет с набором готовых компонентов и утилит для создания веб интерфейсов. Компоненты реализованы на базе React.
# Для NPM
npm install @quarx-ui/core @emotion/react @emotion/styled
# Для yarn
yarn add @quarx-ui/core @emotion/react @emotion/styled
# Для Bun
bun install @quarx-ui/core @emotion/react @emotion/styled
// ./src/App.jsx
import React from 'react';
import { Button } from '@quarx-ui/core';
function App() {
return (
<div className="App">
<Button>Hello World!</Button>
</div>
);
}
Разработка дизайн-системы ведется в репозитории https://github.com/quarx-ui/quarx.