2.0.3 • Published 14 days ago

@channel.io/bezier-react v2.0.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
14 days ago

Bezier React

Bezier React is a React components library that implements Bezier design system.

Installation

npm

npm i @channel.io/bezier-react

yarn

yarn add @channel.io/bezier-react

pnpm

pnpm install @channel.io/bezier-react

Usage

1. CSS import

In order to use bezier-react's styles, you need to import CSS. If you're using the module bundler, you can import CSS directly from within your JavaScript file.

import '@channel.io/bezier-react/styles.css'

Or if you're not using the module bundler, you can add the CSS directly to your HTML. We recommend referring to your styles file and copy-pasting it. As bezier-react updates, your styles should update with it.

<link
  rel="stylesheet"
  href="styles.css"
/>

2. Wrap AppProvider

Wrap AppProvider at the root of your application. If necessary, you can change the theme by specifying the themeName property.

import React from 'react'
import { createRoot } from 'react-dom/client'
import { AppProvider, Text } from '@channel.io/bezier-react'

const container = document.getElementById('root') as HTMLElement
const root = createRoot(container)

root.render(
  <AppProvider themeName="dark">
    <Text as="h1">Hello World</Text>
  </AppProvider>
)

3. Font import

Import font from CDN of Channel Corp. Or you can import it from Google Fonts.

<link
  rel="preconnect"
  href="https://cf.channel.io"
/>
<link
  rel="stylesheet"
  href="https://cf.channel.io/asset/font/Inter/inter.css"
/>

Contributing

See contribution guide.

Maintainers

This package is mainly contributed by Channel Corp. Although feel free to contribution, or raise concerns!

2.0.3

14 days ago

2.0.2

28 days ago

2.0.1

1 month ago

2.0.0-alpha.21

1 month ago

2.0.0

1 month ago

2.0.0-alpha.20

2 months ago

2.0.0-alpha.19

2 months ago

2.0.0-alpha.18

2 months ago

2.0.0-alpha.17

2 months ago

2.0.0-alpha.16

2 months ago

2.0.0-alpha.15

2 months ago

2.0.0-alpha.14

2 months ago

2.0.0-alpha.13

3 months ago

2.0.0-alpha.12

3 months ago

2.0.0-alpha.11

3 months ago

2.0.0-alpha.10

3 months ago

2.0.0-alpha.9

3 months ago

2.0.0-alpha.8

4 months ago

2.0.0-alpha.7

4 months ago

2.0.0-alpha.6

4 months ago

2.0.0-alpha.5

4 months ago

1.20.0

4 months ago

2.0.0-alpha.4

5 months ago

2.0.0-alpha.3

5 months ago

2.0.0-alpha.2

5 months ago

1.19.0

5 months ago

1.10.2

9 months ago

1.18.0

6 months ago

2.0.0-alpha.0

10 months ago

2.0.0-alpha.1

6 months ago

1.11.1

9 months ago

1.10.1

9 months ago

1.10.0

9 months ago

1.12.0

8 months ago

1.11.0

9 months ago

1.13.0

8 months ago

1.14.0

8 months ago

1.15.0

7 months ago

1.15.1

7 months ago

1.9.0

10 months ago

1.16.0

7 months ago

1.8.0

10 months ago

1.17.1

6 months ago

1.17.0

7 months ago

1.7.2

10 months ago

1.7.1

11 months ago

1.7.0

11 months ago

1.6.2

11 months ago

1.6.1

11 months ago

1.6.0

11 months ago

1.5.0

11 months ago

1.4.0

11 months ago

1.3.0

11 months ago

1.2.0

12 months ago

1.0.0-next-v1.204

12 months ago

1.1.0

12 months ago

1.0.0-next-v1.206

12 months ago

1.0.0-next-v1.205

12 months ago

1.0.0-next-v1.208

12 months ago

1.0.0-next-v1.207

12 months ago

1.0.0-next-v1.209

12 months ago

1.0.0-next-v1.214

12 months ago

1.0.0-next-v1.211

12 months ago

1.0.0-next-v1.210

12 months ago

1.0.0-next-v1.213

12 months ago

1.0.0-next-v1.212

12 months ago

1.0.0-next-v1.99

2 years ago

1.0.0-next-v1.98

2 years ago

1.0.0-next-v1.95

2 years ago

1.0.0-next-v1.94

2 years ago

1.0.0-next-v1.97

2 years ago

1.0.0-next-v1.96

2 years ago

1.0.0-next-v1.91

2 years ago

1.0.0-next-v1.90

2 years ago

1.0.0-next-v1.93

2 years ago

1.0.0-next-v1.92

2 years ago

1.0.0-next-v1.88

2 years ago

1.0.0-next-v1.87

2 years ago

1.0.0-next-v1.89

2 years ago

1.0.0-next-v1.84

2 years ago

1.0.0-next-v1.83

2 years ago

1.0.0-next-v1.86

2 years ago

1.0.0-next-v1.85

2 years ago

1.0.0-next-v1.80

2 years ago

1.0.0-next-v1.82

2 years ago

1.0.0-next-v1.81

2 years ago

1.0.0-next-v1.77

2 years ago

1.0.0-next-v1.76

2 years ago

1.0.0-next-v1.79

2 years ago

1.0.0-next-v1.78

2 years ago

1.0.0-next-v1.73

2 years ago

1.0.0-next-v1.72

2 years ago

1.0.0-next-v1.75

2 years ago

1.0.0-next-v1.74

2 years ago

1.0.0-next-v1.71

2 years ago

1.0.0-next-v1.70

2 years ago

1.0.0-next-v1.69

2 years ago

1.0.0-next-v1.66

2 years ago

1.0.0-next-v1.65

2 years ago

1.0.0-next-v1.68

2 years ago

1.0.0-next-v1.67

2 years ago

1.0.0-next-v1.62

2 years ago

1.0.0-next-v1.64

2 years ago

1.0.0-next-v1.63

2 years ago

1.0.0-next-v1.59

2 years ago

1.0.0-next-v1.58

2 years ago

1.0.0-next-v1.55

2 years ago

1.0.0-next-v1.54

2 years ago

1.0.0-next-v1.57

2 years ago

1.0.0-next-v1.56

2 years ago

1.0.0-next-v1.61

2 years ago

1.0.0-next-v1.60

2 years ago

1.0.0-next-v1.51

3 years ago

1.0.0-next-v1.50

3 years ago

1.0.0-next-v1.53

3 years ago

1.0.0-next-v1.52

3 years ago

1.0.0-next-v1.49

3 years ago

1.0.0-next-v1.48

3 years ago

1.0.0-next-v1.47

3 years ago

1.0.0-next-v1.44

3 years ago

1.0.0-next-v1.43

3 years ago

1.0.0-next-v1.46

3 years ago

1.0.0-next-v1.45

3 years ago

1.0.0-next-v1.42

3 years ago

1.0.0-next-v1.41

3 years ago

1.0.0-next-v1.40

3 years ago

1.0.0-next-v1.39

3 years ago

1.0.0-next-v1.38

3 years ago

1.0.0-next-v1.37

3 years ago

1.0.0-next-v1.36

3 years ago

1.0.0-next-v1.35

3 years ago

1.0.0-next-v1.33

3 years ago

1.0.0-next-v1.34

3 years ago

1.0.0-next-v1.32

3 years ago

1.0.0-next-v1.31

3 years ago

1.0.0-next-v1.30

3 years ago

1.0.0-next-v1.28

3 years ago

1.0.0-next-v1.29

3 years ago

1.0.0-next-v1.27

3 years ago

1.0.0-next-v1.26

3 years ago

1.0.0-next-v1.25

3 years ago

1.0.0-next-v1.24

3 years ago

1.0.0-next-v1.19

3 years ago

1.0.0-next-v1.18

3 years ago

1.0.0-next-v1.22

3 years ago

1.0.0-next-v1.21

3 years ago

1.0.0-next-v1.23

3 years ago

1.0.0-next-v1.20

3 years ago

1.0.0-next-v1.15

3 years ago

1.0.0-next-v1.17

3 years ago

1.0.0-next-v1.16

3 years ago

1.0.0-next-v1.14

3 years ago

1.0.0-next-v1.13

3 years ago

1.0.0-next-v1.12

3 years ago

1.0.0-next-v1.11

3 years ago

1.0.0-next-v1.10

3 years ago

1.0.0-next-v1.9

3 years ago

1.0.0-next-v1.7

3 years ago

1.0.0-next-v1.8

3 years ago

1.0.0-next-v1.5

3 years ago

1.0.0-next-v1.6

3 years ago

1.0.0

3 years ago

0.9.3

3 years ago

0.10.0

3 years ago

1.0.0-next-v1.3

3 years ago

1.0.0-next-v1.4

3 years ago

1.0.0-next-v1.2

3 years ago

0.9.0

3 years ago

0.8.1

3 years ago

0.8.0

3 years ago

0.7.1

3 years ago

0.9.2

3 years ago

0.8.3

3 years ago

0.9.1

3 years ago

0.8.2

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.3

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.1

3 years ago