@quarx-ui/core
TypeScript icon, indicating that this package has built-in type declarations

2.8.9 • Public • Published

QuarX

QuarX

core

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

npm ui

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

QuarX-core

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

Readme

Keywords

none

Package Sidebar

Install

npm i @quarx-ui/core

Weekly Downloads

9

Version

2.8.9

License

Sber Public License at-nc-sa

Unpacked Size

2.66 MB

Total Files

1747

Last publish

Collaborators

  • aak.lear
  • sspopov