Skip to content

aak-lear/quarx

 
 

Repository files navigation

QuarX

QuarX

Storybook

GitHub Core NPM Core
GitHub Icons NPM Icons

Состав:

  • QuarX-core
  • QuarX-icons

core

Пакет с набором готовых компонентов и утилит для создания веб интерфейсов. Компоненты реализованы на базе React.

NPM Core

icons

Пакет с набором иконок

NPM Icons

Установка пакетов

QuarX-core

// Для NPM
npm install @quarx-ui/core @emotion/react @emotion/styled
 
// Для yarn
yarn add @quarx-ui/core @emotion/react @emotion/styled 

QuarX-icons

// Для 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.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.4%
  • JavaScript 1.5%
  • Other 0.1%