eitherui
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

EitherUI

Библиотека React-компонентов для Either Digital

NPM License

Установка

npm i eitherui или yarn add eitherui

Hello World

import { EitherRoot, Heading, Card } from "eitherui";
import "eitherui/dist/eitherui.css";

function App() {
	return (
		<EitherRoot>
			<Card>
				<Heading>Hello world!</Heading>
			</Card>
		</EitherRoot>
	);
}

Документация

В документации вы сможете найти информацию об использовании компонентов и утилит.

Сообщить о проблеме

Напишите нам issue, если нашли баг или у вас есть предложения по улучшению библиотеки.

Package Sidebar

Install

npm i eitherui

Weekly Downloads

1

Version

0.1.5

License

MIT

Unpacked Size

460 kB

Total Files

146

Last publish

Collaborators

  • eitherdigital