0.4.7 • Published 3 years ago

@aesthetic/addon-direction v0.4.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Aesthetic - Direction Converter

Build Status npm version npm deps

Aesthetic addon to convert direction between LTR and RTL.

import directionConverter from '@aesthetic/addon-direction';
import { configure } from '@aesthetic/<integration>';
import { createClientEngine } from '@aesthetic/style';

// When using entire Aesthetic framework
configure({
	directionConverter,
});

// When using CSS-in-JS engine directly
const engine = createClientEngine({
	direction: 'ltr', // Default
	directionConverter,
});

Installation

yarn add @aesthetic/addon-direction

Documentation

https://aestheticsuite.dev

0.4.7

3 years ago

0.4.6

3 years ago

0.4.5

3 years ago

0.4.4

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.11

3 years ago

0.3.10

3 years ago

0.3.9

3 years ago

0.3.8

3 years ago

0.3.7

3 years ago

0.3.6

3 years ago

0.3.5

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago