- QuarX-core
- QuarX-icons
Пакет с набором готовых компонентов и утилит для создания веб интерфейсов. Компоненты реализованы на базе React.
Пакет с набором иконок
// Для NPM
npm install @quarx-ui/core @emotion/react @emotion/styled
// Для yarn
yarn add @quarx-ui/core @emotion/react @emotion/styled
// Для NPM
npm install @quarx-ui/icons
// Для yarn
yarn add @quarx-ui/icons
// ./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.