0.4.7 • Published 4 years ago
@aesthetic/addon-direction v0.4.7
Aesthetic - Direction Converter
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
0.4.7
4 years ago
0.4.6
4 years ago
0.4.5
4 years ago
0.4.4
4 years ago
0.4.3
4 years ago
0.4.2
4 years ago
0.4.1
4 years ago
0.4.0
4 years ago
0.3.11
4 years ago
0.3.10
4 years ago
0.3.9
4 years ago
0.3.8
4 years ago
0.3.7
4 years ago
0.3.6
4 years ago
0.3.5
4 years ago
0.3.4
4 years ago
0.3.3
4 years ago
0.3.2
4 years ago
0.3.1
4 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