2.1.1 • Published 2 years ago
@pijma/text v2.1.1
@pijma/text
Text component
Installation
yarn add @pijma/text
npm i @pijma/text
Usage
import { Text, TextStylesB2cFactory } from '@pijma/text'
import { ThemeProvider } from '@pijma/theme-provider'
import { light } from '@pijma/theme-b2c'
const App = () => <ThemeProvider theme={light} components={{Text: TextStylesB2cFactory}}>
<Text size={'m'}>Текст 1</Text>
</ThemeProvider>
Customization
import { ThemeProvider } from '@pijma/theme-provider'
import { light } from '@pijma/theme-b2c'
import { Text, TextStylesB2cFactory } from '@pijma/text'
const App = () => <ThemeProvider theme={light} components={{Text: TextStylesB2cFactory}}>
<Text
size={'s'}
customStyleProvider={{
root: ({ props }) => {
if (props.size === 's') {
return {color: 'black'}
}
return {color: 'blue'}
}
}}
>Заголовок 1</Text>
</ThemeProvider>
See more on Storybook
2.0.15
2 years ago
2.1.1
2 years ago
2.0.16
2 years ago
2.0.13
2 years ago
2.0.14
2 years ago
2.0.12
2 years ago
2.0.17
2 years ago
0.0.0
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago
2.0.3
2 years ago
2.0.2
2 years ago
2.0.5
2 years ago
2.0.4
2 years ago
2.0.11
2 years ago
2.0.7
2 years ago
2.0.6
2 years ago
2.0.9
2 years ago
2.0.10
2 years ago
2.0.8
2 years ago
2.0.1
2 years ago
2.0.0
2 years ago
0.3.6
2 years ago
0.3.8
2 years ago
0.3.7
2 years ago
0.3.0
3 years ago
0.2.1
3 years ago
0.2.0
3 years ago
0.3.5
2 years ago
0.3.2
2 years ago
0.1.4
3 years ago
0.3.1
3 years ago
0.3.4
2 years ago
0.3.3
2 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago