0.0.66 • Published 3 months ago

@real-system/typography v0.0.66

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

Installation

# install peer dependencies

# npm
$ npm install @real-system/styled-library @real-system/elements-primitive @real-system/utils-library react react-dom
# yarn
$ yarn add @real-system/styled-library @real-system/elements-primitive @real-system/utils-library react react-dom

# install typography

# npm
$ npm install @real-system/typography
# yarn
$ yarn add @real-system/typography

Code Example

import { RealSystemProvider } from '@real-system/styled-library';
import { Text } from '@real-system/typography';

const MyComponent = () => {
  return (
    <RealSystemProvider>
      <Text>Body text</Text>
      <Text.Base>Base (low-level) text</Text.Base>
      <Text.Code>Code text</Text.Code>
      <Text.Heading as="h2" size="h1">
        Heading text
      </Text.Heading>
      <Text.Help>Help text</Text.Help>
      <Text.Help variant="danger">Danger text</Text.Help>
      <Text.Help variant="warning">Warning text</Text.Help>
      <Text.Label>Label text</Text.Label>
      <Text width="50px">
        <Text.Truncate as="h1">
          Truncate long text to fit container
        </Text.Truncate>
      </Text>
    </RealSystemProvider>
  );
};
0.0.66

3 months ago

0.0.65

3 months ago

0.0.64

4 months ago

0.0.63

4 months ago

0.0.62

7 months ago

0.0.60

7 months ago

0.0.61

7 months ago

0.0.59

1 year ago

0.0.56

2 years ago

0.0.57

1 year ago

0.0.58

1 year ago

0.0.51

2 years ago

0.0.52

2 years ago

0.0.53

2 years ago

0.0.54

2 years ago

0.0.55

2 years ago

0.0.45

2 years ago

0.0.46

2 years ago

0.0.47

2 years ago

0.0.50

2 years ago

0.0.48

2 years ago

0.0.49

2 years ago

0.0.40

2 years ago

0.0.41

2 years ago

0.0.42

2 years ago

0.0.43

2 years ago

0.0.44

2 years ago

0.0.37

2 years ago

0.0.38

2 years ago

0.0.39

2 years ago

0.0.36

2 years ago

0.0.32

2 years ago

0.0.33

2 years ago

0.0.34

2 years ago

0.0.35

2 years ago

0.0.30

2 years ago

0.0.31

2 years ago

0.0.26

2 years ago

0.0.28

2 years ago

0.0.29

2 years ago

0.0.20

2 years ago

0.0.21

2 years ago

0.0.22

2 years ago

0.0.23

2 years ago

0.0.14-rc.0

2 years ago

0.0.24

2 years ago

0.0.25

2 years ago

0.0.15

2 years ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.1

3 years ago

0.0.0

3 years ago